Started by user Maxim Nesen Rebuilds build #9 Running as Maxim Nesen Agent basic-xs1pz is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-xs1pz" 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-xs1pz" - 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-xs1pz" - 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-3131.vf2b_b_798b_ce99" 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-xs1pz (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 d8458a64cb26568ab6bdbf4ac57c2f7b4d774f77 (refs/remotes/origin/3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f d8458a64cb26568ab6bdbf4ac57c2f7b4d774f77 # timeout=10 Commit message: "Drop 11 for Jetty11 classnames The customer can change the module, but java code remains the same Support multipart by Jetty 12 connector" > git rev-list --no-walk 050f93b37c36b3bb59bfb11055c101f6d4ecedb5 # timeout=10 [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins17533072021855620044.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.4 + 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.4:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.4:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.4:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.4.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.4.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.4.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.4.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.4.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.4.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.4.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.4.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 18,780 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 607 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 8,619 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" ************************************************************ 11-30-2023 16:41:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:01:STARTING TEST : responseGenericEntityTest() 11-30-2023 16:41:01:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:01 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:01:FINISHED TEST : responseGenericEntityTest() 11-30-2023 16:41:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:01:STARTING TEST : genericEntityTest() 11-30-2023 16:41:01:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:01 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:01:FINISHED TEST : genericEntityTest() 11-30-2023 16:41:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:01:STARTING TEST : directClassTypeTest() 11-30-2023 16:41:01:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:01 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:01:FINISHED TEST : directClassTypeTest() 11-30-2023 16:41:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:01:STARTING TEST : responseDirectClassTypeTest() 11-30-2023 16:41:01:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:01 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:01:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.328 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : statusOkResponseTest() 11-30-2023 16:41:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:03:FINISHED TEST : statusOkResponseTest() 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : throwUncheckedExceptionTest() 11-30-2023 16:41:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:03:FINISHED TEST : throwUncheckedExceptionTest() 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : throwableIntOkResponseTest() 11-30-2023 16:41:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:03:FINISHED TEST : throwableIntOkResponseTest() 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : throwableOkResponseTest() 11-30-2023 16:41:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:03:FINISHED TEST : throwableOkResponseTest() 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : statusIntOkResponseTest() 11-30-2023 16:41:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:03:FINISHED TEST : statusIntOkResponseTest() 11-30-2023 16:41:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:03:STARTING TEST : responseEntityTest() 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:FINISHED TEST : responseEntityTest() 11-30-2023 16:41:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:04:STARTING TEST : throwableResponseTest() 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:FINISHED TEST : throwableResponseTest() 11-30-2023 16:41:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:04:STARTING TEST : noResponseTest() 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:FINISHED TEST : noResponseTest() 11-30-2023 16:41:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:04:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 11-30-2023 16:41:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:04:STARTING TEST : okResponseTest() 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:FINISHED TEST : okResponseTest() 11-30-2023 16:41:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:04:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:04:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableStatusCodeTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:FINISHED TEST : throwableStatusCodeTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:FINISHED TEST : throwableTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : getResponseTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:FINISHED TEST : getResponseTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableResponseTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:FINISHED TEST : throwableResponseTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableStatusTest() Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : throwableStatusTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : statusCode401Test() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : statusCode401Test() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : statusCode404Test() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : statusCode404Test() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableStatusTest1() Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : throwableStatusTest1() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : status415Test() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : status415Test() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : nullResponseTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : nullResponseTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : throwableResponseTest1() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:FINISHED TEST : throwableResponseTest1() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : responseTest() Nov 30, 2023 4:41:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : responseTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : emptyConstructorTest() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : emptyConstructorTest() 11-30-2023 16:41:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:06:STARTING TEST : status503Test() 11-30-2023 16:41:06:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:06:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 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 11-30-2023 16:41:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:07:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:07:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:41:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:07:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:41:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamEntityWithFromStringTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldParamEntityWithFromStringTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldParamEntityWithConstructorTest() Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:STARTING TEST : cookieParamSetEntityWithFromStringTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamEntityWithValueOfTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieParamEntityWithConstructorTest()Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieParamEntityWithConstructorTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:08:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:08:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:08:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:09:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:09:STARTING TEST : cookieFieldParamEntityWithValueOfTest() Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:09:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 11-30-2023 16:41:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:09:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:09:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:09:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:41:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:09:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.65 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 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formFieldParamEntityWithConstructorTest()Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formFieldParamEntityWithConstructorTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formParamEntityWithFromStringTest() 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formParamEntityWithFromStringTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formParamEntityWithConstructorTest()Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formParamEntityWithConstructorTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:10 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:10:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formFieldParamEntityWithFromStringTest() 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formFieldParamEntityWithFromStringTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formFieldParamEntityWithEncodedTest() 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formFieldParamEntityWithEncodedTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:STARTING TEST : formParamEntityWithEncodedTest() 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:FINISHED TEST : formParamEntityWithEncodedTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:STARTING TEST : formParamListEntityWithFromStringTest() 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:FINISHED TEST : formParamListEntityWithFromStringTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formFieldParamEntityWithValueOfTest()Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formFieldParamEntityWithValueOfTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formParamSetEntityWithFromStringTest() Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formParamSetEntityWithFromStringTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formParamEntityWithValueOfTest() 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formParamEntityWithValueOfTest() 11-30-2023 16:41:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:11:STARTING TEST : formParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:11:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.231 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 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerParamEntityWithConstructorTest() Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerParamEntityWithConstructorTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerFieldParamEntityWithValueOfTest()Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerParamListEntityWithFromStringTest() 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerParamListEntityWithFromStringTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:12:STARTING TEST : headerParamEntityWithValueOfTest() Nov 30, 2023 4:41:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerFieldParamEntityWithConstructorTest() 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerFieldParamEntityWithFromStringTest()Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerParamSetEntityWithFromStringTest()Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerParamSetEntityWithFromStringTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerFieldParamListEntityWithFromStringTest()Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:13:STARTING TEST : headerParamEntityWithFromStringTest()Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:13 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:13:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.89 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 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamEntityWithValueOfTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamEntityWithEncodedTest() Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:[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'Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamEntityWithFromStringTest() Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamEntityWithConstructorTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:STARTING TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamEntityWithFromStringTest() Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldParamEntityWithEncodedTest()Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[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' 11-30-2023 16:41:14:[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' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:14:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:14:STARTING TEST : matrixParamEntityWithConstructorTest()Nov 30, 2023 4:41:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:15:[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' 11-30-2023 16:41:15:FINISHED TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:41:15:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:15:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:15:[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' 11-30-2023 16:41:15:[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' Nov 30, 2023 4:41:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:15:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 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 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamEntityWithFromStringTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamEntityWithEncodedTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamEntityWithEncodedTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamEntityWithFromStringTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamEntityWithConstructorTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamEntityWithConstructorTest() 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamEntityWithConstructorTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamEntityWithEncodedTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamSetEntityWithFromStringTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:FINISHED TEST : pathParamSetEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamEntityWithValueOfTest() 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[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' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathParamListEntityWithFromStringTest() Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathParamListEntityWithFromStringTest() 11-30-2023 16:41:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:16:STARTING TEST : pathFieldParamSetEntityWithFromStringTest()Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:16:[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' Nov 30, 2023 4:41:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:16:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 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 11-30-2023 16:41:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:17:STARTING TEST : pathParamOnFieldTest() 11-30-2023 16:41:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 11-30-2023 16:41:17:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : pathParamOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : headerParamOnFieldTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : headerParamOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : queryParamOnFieldTest() 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : queryParamOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : cookieParamOnFieldTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : cookieParamOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : formParamOnFieldTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 11-30-2023 16:41:18:###############################11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 11-30-2023 16:41:18:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 50 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : formParamOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : allParamsInParamTest() 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 111 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : allParamsInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : matrixParamInParamTest() 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : matrixParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:STARTING TEST : pathParamInParamTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18:FINISHED TEST : pathParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : headerParamInParamTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : headerParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : queryParamInParamTest() 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : queryParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : allParamsOnFieldTest() 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 111 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : allParamsOnFieldTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : cookieParamInParamTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : cookieParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : formParamInParamTest() 11-30-2023 16:41:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 50 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : formParamInParamTest() 11-30-2023 16:41:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:18:STARTING TEST : matrixParamOnFieldTest() 11-30-2023 16:41:18:[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' 11-30-2023 16:41:18:############################### 11-30-2023 16:41:18:[Request] Adding entity: Anything 11-30-2023 16:41:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 11-30-2023 16:41:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:41:18: TRACE: [WIRE] - >> Anything 11-30-2023 16:41:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:41:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:41:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:18: TRACE: [WIRE] - << AnythingFIRSTSECOND 11-30-2023 16:41:18:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 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 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:19:STARTING TEST : queryFieldParamEntityWithEncodedTest()Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[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' 11-30-2023 16:41:19:[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' Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:STARTING TEST : queryParamEntityWithEncodedTest() 11-30-2023 16:41:19:[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' Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[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' 11-30-2023 16:41:19:FINISHED TEST : queryParamEntityWithEncodedTest() 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:STARTING TEST : queryFieldParamEntityWithFromStringTest() 11-30-2023 16:41:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[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' 11-30-2023 16:41:19:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:19:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:19:[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' 11-30-2023 16:41:19:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:19:STARTING TEST : queryFieldParamEntityWithValueOfTest()Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:19:[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' Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 11-30-2023 16:41:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:19:STARTING TEST : queryParamEntityWithValueOfTest() Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:19:[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' Nov 30, 2023 4:41:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamEntityWithValueOfTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamSetEntityWithFromStringTest() Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamSetEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamListEntityWithFromStringTest()Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamListEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamEntityWithFromStringTest() 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:STARTING TEST : queryParamEntityWithConstructorTest() 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[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' 11-30-2023 16:41:20:FINISHED TEST : queryParamEntityWithConstructorTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:20:[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' Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[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' 11-30-2023 16:41:20:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 11-30-2023 16:41:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:20:STARTING TEST : queryFieldParamEntityWithConstructorTest() Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:41:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:41:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:41:20:[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' 11-30-2023 16:41:20:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 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 11-30-2023 16:41:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:21:STARTING TEST : optionsWithCallbackWhileServerWaitTest() 11-30-2023 16:41:21:Start time: 1701362481559 11-30-2023 16:41:21: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:21: TRACE: [WIRE] - >> 11-30-2023 16:41:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:21:Client was returned control in 46 milliseconds from request 11-30-2023 16:41:23: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:23: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:23:Callback#completed() called in 2062 milliseconds from request 11-30-2023 16:41:23:Returned status 200 (OK) 11-30-2023 16:41:23:Callback completed() call ok 11-30-2023 16:41:23:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 11-30-2023 16:41:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:23:STARTING TEST : methodWithCallbackWhileServerWaitTest() 11-30-2023 16:41:23: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:41:23: TRACE: [WIRE] - >> 11-30-2023 16:41:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:23:Start time: 1701362483756 11-30-2023 16:41:23:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:25: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:41:25: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:25:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:41:25:Returned status 200 (OK) 11-30-2023 16:41:25:Callback completed() call ok 11-30-2023 16:41:25:Start time: 1701362485783 11-30-2023 16:41:25:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:41:25: TRACE: [WIRE] - >> 11-30-2023 16:41:27: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:27: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:41:27: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:27:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:41:27:Returned status 200 (OK) 11-30-2023 16:41:27:Callback completed() call ok 11-30-2023 16:41:27:Start time: 1701362487809 11-30-2023 16:41:27:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:27: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:27: TRACE: [WIRE] - >> 11-30-2023 16:41:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:29: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:29:Callback#completed() called in 2008 milliseconds from request 11-30-2023 16:41:29:Returned status 200 (OK) 11-30-2023 16:41:29:Callback completed() call ok 11-30-2023 16:41:29:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 11-30-2023 16:41:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:29:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()11-30-2023 16:41:29: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:29: TRACE: [WIRE] - >> 11-30-2023 16:41:31: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:31: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:29:Start time: 1701362489838 11-30-2023 16:41:29:Client was returned control in 2 milliseconds from request 11-30-2023 16:41:31: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:31:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:41:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:31:STARTING TEST : methodWithStringClassWhileServerWaitTest() 11-30-2023 16:41:31: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:41:31: TRACE: [WIRE] - >> 11-30-2023 16:41:33: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:33: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:41:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:31:Start time: 1701362491882 11-30-2023 16:41:31:Client was returned control in 2 milliseconds from request 11-30-2023 16:41:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:41:33:Start time: 1701362493913 11-30-2023 16:41:33:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:33: TRACE: [WIRE] - >> 11-30-2023 16:41:35: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:35: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:41:35: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:35:Start time: 1701362495939 11-30-2023 16:41:35:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:35: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:35: TRACE: [WIRE] - >> 11-30-2023 16:41:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:37: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:37:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 11-30-2023 16:41:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:41:37: TRACE: [WIRE] - >> 11-30-2023 16:41:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:37:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:37:Start time: 1701362497985 11-30-2023 16:41:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:41:37:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:37:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:41:38: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:41:38: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:38:Start time: 1701362498013 11-30-2023 16:41:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:39:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:39:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:41:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:39:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:41:39:Start time: 1701362499272 11-30-2023 16:41:39:Client was returned control in 0 milliseconds from request 11-30-2023 16:41:39: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:39: TRACE: [WIRE] - >> 11-30-2023 16:41:41: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:41: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:41: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:41:Returned status 200 (OK) 11-30-2023 16:41:41:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:41:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:41:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()11-30-2023 16:41:41: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:41:41: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:41:Start time: 1701362501300 11-30-2023 16:41:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:41:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:41:Start time: 1701362501321 11-30-2023 16:41:41: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:41:41: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:41:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:41:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:41:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:41:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:41:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:41:41: TRACE: [WIRE] - >> 11-30-2023 16:41:43: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:43: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:41:43: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:41:Start time: 1701362501346 11-30-2023 16:41:41:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:43:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:41:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:43:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:43: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:43: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:43:Start time: 1701362503382 11-30-2023 16:41:43: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:43:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:41:43:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:43:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()11-30-2023 16:41:43: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43:Start time: 1701362503416 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43:Start time: 1701362503439 11-30-2023 16:41:43: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43:Start time: 1701362503460 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 11-30-2023 16:41:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:43:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:41:43: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:41:43: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:43:Start time: 1701362503514 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43:Start time: 1701362503536 11-30-2023 16:41:43: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:41:43: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:41:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:43:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:41:43: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43:Start time: 1701362503559 11-30-2023 16:41:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:41:43:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:41:43:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:41:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:43:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest()11-30-2023 16:41:43: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:41:43: TRACE: [WIRE] - >> 11-30-2023 16:41:43:Start time: 1701362503583 11-30-2023 16:41:43:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:45: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:45: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:41:45: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:45:Returned status 200 (OK) 11-30-2023 16:41:45:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:41:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:41:45:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:41:45:Start time: 1701362505617 11-30-2023 16:41:45: TRACE: [WIRE] - >> 11-30-2023 16:41:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:45: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:45: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:45: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:41:45:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:41:45:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:41:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:45:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 11-30-2023 16:41:45:Start time: 1701362505665 11-30-2023 16:41:45:Client was returned control in 0 milliseconds from request 11-30-2023 16:41:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:41:45: TRACE: [WIRE] - >> 11-30-2023 16:41:47: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:47: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:41:47: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:47:Returned status 200 (OK) 11-30-2023 16:41:47:Start time: 1701362507689 11-30-2023 16:41:47:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:41:47: TRACE: [WIRE] - >> 11-30-2023 16:41:49: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:49: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:41:49: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:49:Returned status 200 (OK) 11-30-2023 16:41:49:Start time: 1701362509722 11-30-2023 16:41:49:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:49: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:41:49: TRACE: [WIRE] - >> 11-30-2023 16:41:51: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:51: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:41:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:51:Returned status 200 (OK) 11-30-2023 16:41:51:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 11-30-2023 16:41:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:51:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest()11-30-2023 16:41:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:41:51:Start time: 1701362511749 11-30-2023 16:41:51:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:51: TRACE: [WIRE] - >> 11-30-2023 16:41:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:53: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:41:53: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:53:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:41:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:53:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:41:53: TRACE: [WIRE] - >> 11-30-2023 16:41:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:53:Start time: 1701362513790 11-30-2023 16:41:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:53: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:53: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:53: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:53:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:41:53:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:41:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:53:STARTING TEST : postWhileServerWaitTest() 11-30-2023 16:41:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:41:53:Start time: 1701362513815 11-30-2023 16:41:53:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:53: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:55:Returned status 200 (OK) 11-30-2023 16:41:55:FINISHED TEST : postWhileServerWaitTest() 11-30-2023 16:41:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:55: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 11-30-2023 16:41:55:STARTING TEST : headTest() 11-30-2023 16:41:55:Start time: 1701362515851 11-30-2023 16:41:55: TRACE: [WIRE] - >> 11-30-2023 16:41:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:55:Returned status 200 (OK) 11-30-2023 16:41:55:FINISHED TEST : headTest() 11-30-2023 16:41:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:41:55:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:41:55:Start time: 1701362515878 11-30-2023 16:41:55: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:41:55:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:41:55:Start time: 1701362515901 11-30-2023 16:41:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:41:55: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:41:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:41:55: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:41:55:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:41:55:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:41:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:55:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 11-30-2023 16:41:55:Start time: 1701362515927 11-30-2023 16:41:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:41:55: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:41:57: TRACE: [WIRE] - << 200 OK 11-30-2023 16:41:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:41:57: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:41:57: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:41:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:41:55:Client was returned control in 1 milliseconds from request 11-30-2023 16:41:57:Callback#completed() called in 2009 milliseconds from request 11-30-2023 16:41:58:Callback completed() call ok 11-30-2023 16:41:58:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 11-30-2023 16:41:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:41:58: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:41:58:STARTING TEST : traceWhileServerWaitTest() 11-30-2023 16:41:58:Start time: 1701362518057 11-30-2023 16:41:58:Client was returned control in 1 milliseconds from request11-30-2023 16:41:58: TRACE: [WIRE] - >> 11-30-2023 16:42:00: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:00: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:00: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:00:Returned status 200 (OK) 11-30-2023 16:42:00:FINISHED TEST : traceWhileServerWaitTest() 11-30-2023 16:42:00:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:00: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:00:STARTING TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:42:00:Start time: 1701362520083 11-30-2023 16:42:00: TRACE: [WIRE] - >> 11-30-2023 16:42:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:00:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:00:FINISHED TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:42:00:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:00: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 11-30-2023 16:42:00:STARTING TEST : headWhileServerWaitTest() 11-30-2023 16:42:00:Start time: 1701362520113 11-30-2023 16:42:00:Client was returned control in 1 milliseconds from request11-30-2023 16:42:00: TRACE: [WIRE] - >> 11-30-2023 16:42:02: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:02: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:02: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:02:Returned status 200 (OK) 11-30-2023 16:42:02:FINISHED TEST : headWhileServerWaitTest() 11-30-2023 16:42:02:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:42:02:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:42:02:Start time: 1701362522139 11-30-2023 16:42:02:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:02: TRACE: [WIRE] - >> 11-30-2023 16:42:04: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:04: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:04: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:04:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:42:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:04: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:04:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:04:Start time: 1701362524176 11-30-2023 16:42:04: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:04: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:04: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:04: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:04: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:04:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:04:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:04: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:42:04:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 11-30-2023 16:42:04:Start time: 1701362524201 11-30-2023 16:42:04:Client was returned control in 17 milliseconds from request 11-30-2023 16:42:04: TRACE: [WIRE] - >> 11-30-2023 16:42:06: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:06: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:06: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:06:Callback#completed() called in 2024 milliseconds from request 11-30-2023 16:42:06:Callback completed() call ok 11-30-2023 16:42:06:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 11-30-2023 16:42:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:06:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 11-30-2023 16:42:06:Start time: 1701362526344 11-30-2023 16:42:06:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:06: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:08: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:08: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:08:Start time: 1701362528367 11-30-2023 16:42:08:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:10: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:10:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 11-30-2023 16:42:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:10:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:10:Start time: 1701362530393 11-30-2023 16:42:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:10:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:10:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:10: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:42:10:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:42:10:Start time: 1701362530417 11-30-2023 16:42:10: TRACE: [WIRE] - >> 11-30-2023 16:42:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:10:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:10:Start time: 1701362530446 11-30-2023 16:42:10: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:10: TRACE: [WIRE] - >> 11-30-2023 16:42:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:10:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:10:Start time: 1701362530464 11-30-2023 16:42:10: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:42:10: TRACE: [WIRE] - >> 11-30-2023 16:42:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:10:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:10:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:42:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:10:STARTING TEST : putWithClassThrowsProcessingExceptionTest()11-30-2023 16:42:10: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:42:10:Start time: 1701362530484 11-30-2023 16:42:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:10:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:10:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 11-30-2023 16:42:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:10:STARTING TEST : postWithCallbackWhileServerWaitTest() 11-30-2023 16:42:10:Start time: 1701362530516 11-30-2023 16:42:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:10:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:12:Callback#completed() called in 2009 milliseconds from request 11-30-2023 16:42:12:Returned status 200 (OK) 11-30-2023 16:42:12:Callback completed() call ok 11-30-2023 16:42:12:FINISHED TEST : postWithCallbackWhileServerWaitTest() 11-30-2023 16:42:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:12:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:12:Start time: 1701362532654 11-30-2023 16:42:12: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:12: TRACE: [WIRE] - >> 11-30-2023 16:42:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:12:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:12:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:12: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:42:12:STARTING TEST : methodTest() 11-30-2023 16:42:12:Start time: 1701362532682 11-30-2023 16:42:12: TRACE: [WIRE] - >> 11-30-2023 16:42:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:12:Returned status 200 (OK) 11-30-2023 16:42:12:Start time: 1701362532706 11-30-2023 16:42:12: TRACE: [WIRE] - >> 11-30-2023 16:42:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:12:Returned status 200 (OK) 11-30-2023 16:42:12:Start time: 1701362532730 11-30-2023 16:42:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:42:12: TRACE: [WIRE] - >> 11-30-2023 16:42:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:42:12: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:12:Returned status 200 (OK) 11-30-2023 16:42:12:FINISHED TEST : methodTest() 11-30-2023 16:42:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:12: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:42:12: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:12:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 11-30-2023 16:42:12:Start time: 1701362532756 11-30-2023 16:42:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:12:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:12:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 11-30-2023 16:42:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:12:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest()11-30-2023 16:42:12: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:12: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:14: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:12:Start time: 1701362532780 11-30-2023 16:42:12:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:14: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:14: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:14:Returned status 200 (OK) 11-30-2023 16:42:14:Start time: 1701362534808 11-30-2023 16:42:14:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:14: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:16: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:16: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:16:Returned status 200 (OK) 11-30-2023 16:42:16:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 11-30-2023 16:42:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:16:STARTING TEST : putWithStringClassWhileServerWaitTest() 11-30-2023 16:42:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:16: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:18: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:18: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:16:Start time: 1701362536836 11-30-2023 16:42:16:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:18:FINISHED TEST : putWithStringClassWhileServerWaitTest() 11-30-2023 16:42:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:18:STARTING TEST : deleteWhileServerWaitTest()11-30-2023 16:42:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:42:18: TRACE: [WIRE] - >> 11-30-2023 16:42:18:Start time: 1701362538864 11-30-2023 16:42:18:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:20:Returned status 200 (OK) 11-30-2023 16:42:20:FINISHED TEST : deleteWhileServerWaitTest() 11-30-2023 16:42:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:20:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()11-30-2023 16:42:20: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:20: TRACE: [WIRE] - >> 11-30-2023 16:42:20: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:20:Start time: 1701362540911 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:20:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:20:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:42:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:20:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:42:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:20: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:20:Start time: 1701362540944 11-30-2023 16:42:20: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:20: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:20:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:20:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:20:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()11-30-2023 16:42:20: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 11-30-2023 16:42:20: TRACE: [WIRE] - >> 11-30-2023 16:42:20:Start time: 1701362540969 11-30-2023 16:42:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:21:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:21:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 11-30-2023 16:42:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:21:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:21: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:21: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:21:Start time: 1701362541023 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:21:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:21: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:21:Start time: 1701362541044 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:21: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:21:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:21:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:21:STARTING TEST : headWithCallbackWhileServerWaitTest() 11-30-2023 16:42:21:Start time: 170136254110411-30-2023 16:42:21: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 11-30-2023 16:42:21: TRACE: [WIRE] - >> 11-30-2023 16:42:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:23: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:21:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:23: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:23:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:42:23:Returned status 200 (OK) 11-30-2023 16:42:23:Callback completed() call ok 11-30-2023 16:42:23:FINISHED TEST : headWithCallbackWhileServerWaitTest() 11-30-2023 16:42:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:23: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:42:23: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:23:STARTING TEST : putThrowsProcessingExceptionTest() 11-30-2023 16:42:23:Start time: 1701362543134 11-30-2023 16:42:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:23:FINISHED TEST : putThrowsProcessingExceptionTest() 11-30-2023 16:42:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:23:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:42:23: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:42:23: TRACE: [WIRE] - >> 11-30-2023 16:42:23:Start time: 1701362543162 11-30-2023 16:42:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:23:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:42:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:23:STARTING TEST : putWhileServerWaitTest() 11-30-2023 16:42:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:23: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:23:Start time: 1701362543204 11-30-2023 16:42:23:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:25: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:25:Returned status 200 (OK) 11-30-2023 16:42:25:FINISHED TEST : putWhileServerWaitTest() 11-30-2023 16:42:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:25:STARTING TEST : getWithStringClassWhileServerWaitTest()11-30-2023 16:42:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:42:25: TRACE: [WIRE] - >> 11-30-2023 16:42:25:Start time: 1701362545247 11-30-2023 16:42:25:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:27: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:27: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:27: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:27:FINISHED TEST : getWithStringClassWhileServerWaitTest() 11-30-2023 16:42:27:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:27:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:27: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:42:27: TRACE: [WIRE] - >> 11-30-2023 16:42:27:Start time: 1701362547270 11-30-2023 16:42:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:27: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:27: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:27: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:27:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:27:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:27:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:27:STARTING TEST : deleteWithCallbackWhileServerWaitTest()11-30-2023 16:42:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:42:27:Start time: 1701362547293 11-30-2023 16:42:27:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:27: TRACE: [WIRE] - >> 11-30-2023 16:42:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:29: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:42:29: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:29:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:42:29:Returned status 200 (OK) 11-30-2023 16:42:29:Callback completed() call ok 11-30-2023 16:42:29:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 11-30-2023 16:42:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:29:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:42:29: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:42:29: TRACE: [WIRE] - >> 11-30-2023 16:42:29: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:29:Start time: 1701362549316 11-30-2023 16:42:29: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:29: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:29: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:29:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:29:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:42:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:29:STARTING TEST : deleteWithStringClassWhileServerWaitTest() 11-30-2023 16:42:29:Start time: 1701362549338 11-30-2023 16:42:29:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:29: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:42:29: TRACE: [WIRE] - >> 11-30-2023 16:42:31: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:31: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:42:31: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:31:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 11-30-2023 16:42:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:31:STARTING TEST : traceWithStringClassWhileServerWaitTest()11-30-2023 16:42:31: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:42:31: TRACE: [WIRE] - >> 11-30-2023 16:42:33: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:31:Start time: 1701362551361 11-30-2023 16:42:31:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:33:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 11-30-2023 16:42:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:33:STARTING TEST : optionsTest()11-30-2023 16:42:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:42:33: TRACE: [WIRE] - >> 11-30-2023 16:42:33: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:33:Start time: 1701362553392 11-30-2023 16:42:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:33:Returned status 200 (OK) 11-30-2023 16:42:33:FINISHED TEST : optionsTest() 11-30-2023 16:42:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:33:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()11-30-2023 16:42:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:33: TRACE: [WIRE] - >> 11-30-2023 16:42:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:33:Start time: 1701362553420 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:33:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:33:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:42:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:33:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:33:Start time: 170136255345311-30-2023 16:42:33: TRACE: [WIRE] - >> 11-30-2023 16:42:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:33:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:33:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:33:STARTING TEST : postWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:33:Start time: 1701362553476 11-30-2023 16:42:33:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:33: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:35: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:35: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:35: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:35:Returned status 200 (OK) 11-30-2023 16:42:35:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:35:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:35: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:42:35: TRACE: [WIRE] - >> 11-30-2023 16:42:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:35:Start time: 1701362555520 11-30-2023 16:42:35:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:37:Returned status 200 (OK) 11-30-2023 16:42:37:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:42:37: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37:Start time: 1701362557559 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Start time: 1701362557581 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:Start time: 1701362557600 11-30-2023 16:42:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37:Start time: 1701362557622 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:37:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:37:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : putTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Start time: 1701362557652 11-30-2023 16:42:37:Returned status 200 (OK) 11-30-2023 16:42:37:FINISHED TEST : putTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Start time: 1701362557675 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37:Start time: 1701362557729 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:37:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:37:Start time: 1701362557750 11-30-2023 16:42:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:37:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:37:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37:Start time: 1701362557809 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : getTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37:Start time: 1701362557830 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Returned status 200 (OK) 11-30-2023 16:42:37:FINISHED TEST : getTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37:Start time: 1701362557852 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:37:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:37:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest()11-30-2023 16:42:37: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37:Start time: 1701362557873 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:37:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:37:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:42:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:37:Start time: 1701362557907 11-30-2023 16:42:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:37: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:37:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:37:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : methodThrowsProcessingExceptionTest()11-30-2023 16:42:37: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37:Start time: 1701362557928 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:37:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:37:Start time: 1701362557943 11-30-2023 16:42:37: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:37:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:37:Start time: 1701362557970 11-30-2023 16:42:37: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:42:37: TRACE: [WIRE] - >> 11-30-2023 16:42:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:37:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:37:FINISHED TEST : methodThrowsProcessingExceptionTest() 11-30-2023 16:42:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:37:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:42:38: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:38: TRACE: [WIRE] - >> 11-30-2023 16:42:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:38:Start time: 1701362558002 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:38:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:38: TRACE: [WIRE] - >> 11-30-2023 16:42:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:38:Start time: 1701362558021 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:38: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:38: TRACE: [WIRE] - >> 11-30-2023 16:42:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:38:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:38:Start time: 1701362558039 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:38:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:38:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:38:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:38: TRACE: [WIRE] - >> 11-30-2023 16:42:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:38: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:38:Start time: 1701362558060 11-30-2023 16:42:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:38:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:38:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:38:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:42:38:Start time: 1701362558083 11-30-2023 16:42:38:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:38: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:40:Returned status 200 (OK) 11-30-2023 16:42:40:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:42:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:40:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:40: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:40:Start time: 1701362560118 11-30-2023 16:42:40: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:40:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:40:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:40:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()11-30-2023 16:42:40: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:40: TRACE: [WIRE] - >> 11-30-2023 16:42:40:Start time: 1701362560140 11-30-2023 16:42:40: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:40: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:40:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:40:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 11-30-2023 16:42:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:40:STARTING TEST : getWithCallbackWhileServerWaitTest() 11-30-2023 16:42:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:42:40:Start time: 1701362560173 11-30-2023 16:42:40:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:40: TRACE: [WIRE] - >> 11-30-2023 16:42:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:42: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:42:Callback#completed() called in 2005 milliseconds from request 11-30-2023 16:42:42:Returned status 200 (OK) 11-30-2023 16:42:42:Callback completed() call ok 11-30-2023 16:42:42:FINISHED TEST : getWithCallbackWhileServerWaitTest() 11-30-2023 16:42:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:42:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest()11-30-2023 16:42:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:42: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:42:Start time: 1701362562195 11-30-2023 16:42:42:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:44: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:44: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:44: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:44:Returned status 200 (OK) 11-30-2023 16:42:44:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:42:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:44:STARTING TEST : putWithCallbackWhileServerWaitTest()11-30-2023 16:42:44: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:44: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:46: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:44:Start time: 1701362564218 11-30-2023 16:42:44:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:46:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:42:46:Returned status 200 (OK) 11-30-2023 16:42:46:Callback completed() call ok 11-30-2023 16:42:46:FINISHED TEST : putWithCallbackWhileServerWaitTest() 11-30-2023 16:42:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:46:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 11-30-2023 16:42:46:Start time: 1701362566240 11-30-2023 16:42:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:46: TRACE: [WIRE] - >> 11-30-2023 16:42:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:46:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:46:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 11-30-2023 16:42:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:46:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:46: TRACE: [WIRE] - >> 11-30-2023 16:42:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:46:Start time: 1701362566262 11-30-2023 16:42:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:46:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:46:Start time: 1701362566282 11-30-2023 16:42:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:46: TRACE: [WIRE] - >> 11-30-2023 16:42:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:46:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:46:Start time: 170136256630011-30-2023 16:42:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:46: TRACE: [WIRE] - >> 11-30-2023 16:42:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:46:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:46:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:46:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 11-30-2023 16:42:46:Start time: 1701362566324 11-30-2023 16:42:46:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:42:46: TRACE: [WIRE] - >> 11-30-2023 16:42:48: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:48:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:42:48:Callback completed() call ok 11-30-2023 16:42:48:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 11-30-2023 16:42:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:48:STARTING TEST : deleteThrowsExceptionTest()11-30-2023 16:42:48: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:48:Start time: 1701362568447 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:48:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:48:FINISHED TEST : deleteThrowsExceptionTest() 11-30-2023 16:42:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:48:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:42:48: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:42:48: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:48:Start time: 1701362568490 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:48:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:48:Start time: 1701362568506 11-30-2023 16:42:48: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:42:48: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:48:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:48:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:42:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:48:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:48:Start time: 1701362568523 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:48:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:48:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:48:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()11-30-2023 16:42:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48:Start time: 1701362568544 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:48:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:48:Start time: 1701362568563 11-30-2023 16:42:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:48:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:48:Start time: 1701362568581 11-30-2023 16:42:48: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:48:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:48:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:48:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:48:Start time: 1701362568616 11-30-2023 16:42:48: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:42:48: TRACE: [WIRE] - >> 11-30-2023 16:42:50: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:48:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:50: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:50:Returned status 200 (OK) 11-30-2023 16:42:50:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:50:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()11-30-2023 16:42:50: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:42:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:50:Start time: 1701362570639 11-30-2023 16:42:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:50:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:42:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:50:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:42:50:Start time: 1701362570672 11-30-2023 16:42:50:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:52: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:52:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:42:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:52:STARTING TEST : traceWithCallbackWhileServerWaitTest() 11-30-2023 16:42:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 11-30-2023 16:42:52:Start time: 1701362572699 11-30-2023 16:42:52:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:52: TRACE: [WIRE] - >> 11-30-2023 16:42:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:42:54:Returned status 200 (OK) 11-30-2023 16:42:54:Callback completed() call ok 11-30-2023 16:42:54:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 11-30-2023 16:42:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:54:STARTING TEST : traceThrowsProcessingExceptionTest()11-30-2023 16:42:54: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54:Start time: 1701362574721 11-30-2023 16:42:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:42:54:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:42:54:FINISHED TEST : traceThrowsProcessingExceptionTest() 11-30-2023 16:42:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:54:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()11-30-2023 16:42:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54:Start time: 1701362574739 11-30-2023 16:42:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:54:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:54:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:54: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:42:54:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:54:Start time: 1701362574760 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:54:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:54:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:42:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:54:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:42:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54:Start time: 1701362574821 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:54:Start time: 1701362574846 11-30-2023 16:42:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:54:Start time: 1701362574867 11-30-2023 16:42:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:54: TRACE: [WIRE] - >> 11-30-2023 16:42:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:54:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:54:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:54:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest()11-30-2023 16:42:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:42:54: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:56: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:42:54:Start time: 1701362574943 11-30-2023 16:42:54:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:56: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:56:Callback#completed() called in 2009 milliseconds from request 11-30-2023 16:42:56:Returned status 200 (OK) 11-30-2023 16:42:56:Callback completed() call ok 11-30-2023 16:42:56:Start time: 1701362576967 11-30-2023 16:42:56:Client was returned control in 1 milliseconds from request 11-30-2023 16:42:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:42:56: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:58: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:58: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:58:Callback#completed() called in 2008 milliseconds from request 11-30-2023 16:42:58:Returned status 200 (OK) 11-30-2023 16:42:58:Callback completed() call ok 11-30-2023 16:42:58:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 11-30-2023 16:42:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:58:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:42:58: TRACE: [WIRE] - >> 11-30-2023 16:42:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:58:Start time: 1701362578994 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:42:59:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:42:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:59:STARTING TEST : traceTest() 11-30-2023 16:42:59: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 11-30-2023 16:42:59: TRACE: [WIRE] - >> 11-30-2023 16:42:59: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:Start time: 1701362579023 11-30-2023 16:42:59:Returned status 200 (OK) 11-30-2023 16:42:59:FINISHED TEST : traceTest() 11-30-2023 16:42:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:59:STARTING TEST : postTest()11-30-2023 16:42:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:42:59: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:59: TRACE: [WIRE] - << 200 OK 11-30-2023 16:42:59:Start time: 1701362579049 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:Returned status 200 (OK) 11-30-2023 16:42:59:FINISHED TEST : postTest() 11-30-2023 16:42:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:42:59:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:59:Start time: 1701362579073 11-30-2023 16:42:59: TRACE: [WIRE] - >> 11-30-2023 16:42:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:59:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:59:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:42:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:59:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()11-30-2023 16:42:59: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:42:59: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:59:Start time: 1701362579102 11-30-2023 16:42:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:59:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:59:Start time: 1701362579124 11-30-2023 16:42:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:42:59: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:42:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:42:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:42:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:42:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:42:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:42:59:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:42:59:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:42:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:42:59:STARTING TEST : getWithResponseClassWhileServerWaitTest() 11-30-2023 16:42:59:Start time: 1701362579159 11-30-2023 16:42:59:Client was returned control in 0 milliseconds from request 11-30-2023 16:42:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:42:59: TRACE: [WIRE] - >> 11-30-2023 16:43:01: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:01: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:01: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:01:Returned status 200 (OK) 11-30-2023 16:43:01:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 11-30-2023 16:43:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:01:STARTING TEST : methodWhileServerWaitTest()11-30-2023 16:43:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:01: TRACE: [WIRE] - >> 11-30-2023 16:43:01:Start time: 1701362581182 11-30-2023 16:43:01:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:03: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:03: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:03: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:03:Returned status 200 (OK) 11-30-2023 16:43:03:Start time: 1701362583200 11-30-2023 16:43:03:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:03: TRACE: [WIRE] - >> 11-30-2023 16:43:05: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:05: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:05: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:05:Returned status 200 (OK) 11-30-2023 16:43:05:Start time: 1701362585221 11-30-2023 16:43:05:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:05: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:05: TRACE: [WIRE] - >> 11-30-2023 16:43:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:07: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:07:Returned status 200 (OK) 11-30-2023 16:43:07:FINISHED TEST : methodWhileServerWaitTest() 11-30-2023 16:43:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:07:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:43:07: TRACE: [WIRE] - >> 11-30-2023 16:43:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:07: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:07: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:07:Start time: 1701362587243 11-30-2023 16:43:07:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:07:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:07: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:43:07: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:07:STARTING TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:43:07:Start time: 1701362587263 11-30-2023 16:43:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:07:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:07:FINISHED TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:43:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:07:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 11-30-2023 16:43:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:07: TRACE: [WIRE] - >> 11-30-2023 16:43:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:07:Start time: 1701362587291 11-30-2023 16:43:07:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:09:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:43:09:Callback completed() call ok 11-30-2023 16:43:09:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 11-30-2023 16:43:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:09:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:43:09: TRACE: [WIRE] - >> 11-30-2023 16:43:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:09:Start time: 1701362589414 11-30-2023 16:43:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:09:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:09:Start time: 1701362589443 11-30-2023 16:43:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:43:09: TRACE: [WIRE] - >> 11-30-2023 16:43:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:09:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:09:Start time: 1701362589461 11-30-2023 16:43:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:43:09: TRACE: [WIRE] - >> 11-30-2023 16:43:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:09:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:09:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:09:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 11-30-2023 16:43:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:43:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:11: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:09:Start time: 1701362589482 11-30-2023 16:43:09:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:11:Returned status 200 (OK) 11-30-2023 16:43:11:Start time: 1701362591503 11-30-2023 16:43:11:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:43:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:13: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:43:13: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:13:Returned status 200 (OK) 11-30-2023 16:43:13:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 11-30-2023 16:43:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:13:STARTING TEST : optionsWithStringClassWhileServerWaitTest() 11-30-2023 16:43:13: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:13: TRACE: [WIRE] - >> 11-30-2023 16:43:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:15: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:15: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:13:Start time: 1701362593527 11-30-2023 16:43:13:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:15:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 11-30-2023 16:43:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:15:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()11-30-2023 16:43:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:15: TRACE: [WIRE] - >> 11-30-2023 16:43:15:Start time: 1701362595550 11-30-2023 16:43:15:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:17: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:17: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:17: TRACE: [WIRE] - >> 11-30-2023 16:43:19: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:17:Start time: 1701362597571 11-30-2023 16:43:17:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:19: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:19: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:19:Start time: 1701362599591 11-30-2023 16:43:19:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:19: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:19: TRACE: [WIRE] - >> 11-30-2023 16:43:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:21: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:21: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:21:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:43:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:21:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest()11-30-2023 16:43:21: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:21: TRACE: [WIRE] - >> 11-30-2023 16:43:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:23: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:21:Start time: 1701362601625 11-30-2023 16:43:21:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:23: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:23:Returned status 200 (OK) 11-30-2023 16:43:23:Start time: 1701362603643 11-30-2023 16:43:23:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:23: TRACE: [WIRE] - >> 11-30-2023 16:43:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:25: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:25:Returned status 200 (OK) 11-30-2023 16:43:25:Start time: 1701362605665 11-30-2023 16:43:25:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:25: TRACE: [WIRE] - >> 11-30-2023 16:43:27: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:27: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:27: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:27:Returned status 200 (OK) 11-30-2023 16:43:27:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:43:27:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:43:27:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:27:Start time: 1701362607689 11-30-2023 16:43:27: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:27: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:27: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:27: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:27:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:27:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:27:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:27:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 11-30-2023 16:43:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:27: TRACE: [WIRE] - >> 11-30-2023 16:43:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:27:Start time: 1701362607711 11-30-2023 16:43:27:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:29: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:29: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:29:Returned status 200 (OK) 11-30-2023 16:43:29:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 11-30-2023 16:43:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:29:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:43:29: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:43:29: TRACE: [WIRE] - >> 11-30-2023 16:43:29:Start time: 1701362609735 11-30-2023 16:43:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:29:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:29:Start time: 1701362609760 11-30-2023 16:43:29: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:43:29: TRACE: [WIRE] - >> 11-30-2023 16:43:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:29:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:29: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:43:29:Start time: 1701362609774 11-30-2023 16:43:29: TRACE: [WIRE] - >> 11-30-2023 16:43:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:29:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:29:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:43:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:29: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:43:29:STARTING TEST : methodWithEntityWhileServerWaitTest() 11-30-2023 16:43:29:Start time: 1701362609805 11-30-2023 16:43:29:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:29: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:31: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:31: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:31: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:31:Returned status 200 (OK) 11-30-2023 16:43:31:Start time: 1701362611827 11-30-2023 16:43:31:Client was returned control in 1 milliseconds from request11-30-2023 16:43:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:43:31: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:33: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:Returned status 200 (OK) 11-30-2023 16:43:33:FINISHED TEST : methodWithEntityWhileServerWaitTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:33: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:43:33:Start time: 1701362613851 11-30-2023 16:43:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:33:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:33:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:33: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:43:33:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:43:33:Start time: 1701362613867 11-30-2023 16:43:33: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:33:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:33:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:33: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 11-30-2023 16:43:33:Start time: 1701362613899 11-30-2023 16:43:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:33:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:33:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:33:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()11-30-2023 16:43:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33:Start time: 1701362613917 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:33:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:33:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:33: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:43:33:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:33:Start time: 1701362613937 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:33:Start time: 1701362613955 11-30-2023 16:43:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:33:Start time: 1701362613983 11-30-2023 16:43:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 11-30-2023 16:43:33: TRACE: [WIRE] - >> 11-30-2023 16:43:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:33: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:33:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:33:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:33:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:43:34:Start time: 1701362614003 11-30-2023 16:43:34:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:34: TRACE: [WIRE] - >> 11-30-2023 16:43:36: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:36: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:36: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:36:Returned status 200 (OK) 11-30-2023 16:43:36:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:43:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:36: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:43:36: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:36:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:36:Start time: 1701362616024 11-30-2023 16:43:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:36: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:36: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:36: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:36:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:36:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:36: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:36:STARTING TEST : optionsWhileServerWaitTest() 11-30-2023 16:43:36:Start time: 1701362616046 11-30-2023 16:43:36:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:36: TRACE: [WIRE] - >> 11-30-2023 16:43:38: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:38: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:38: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:38:Returned status 200 (OK) 11-30-2023 16:43:38:FINISHED TEST : optionsWhileServerWaitTest() 11-30-2023 16:43:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:38:STARTING TEST : putWithResponseClassWhileServerWaitTest() 11-30-2023 16:43:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:43:38: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:40: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:38:Start time: 1701362618069 11-30-2023 16:43:38:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:40: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:40:Returned status 200 (OK) 11-30-2023 16:43:40:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 11-30-2023 16:43:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:40:STARTING TEST : getWhileServerWaitTest() 11-30-2023 16:43:40:Start time: 1701362620091 11-30-2023 16:43:40:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:40: TRACE: [WIRE] - >> 11-30-2023 16:43:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:42:Returned status 200 (OK) 11-30-2023 16:43:42:FINISHED TEST : getWhileServerWaitTest() 11-30-2023 16:43:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:42:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:42: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 11-30-2023 16:43:42:Start time: 1701362622114 11-30-2023 16:43:42: TRACE: [WIRE] - >> 11-30-2023 16:43:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:42:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:42:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:42:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 11-30-2023 16:43:42:Start time: 1701362622146 11-30-2023 16:43:42: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:43:42: TRACE: [WIRE] - >> 11-30-2023 16:43:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:42:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:42:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 11-30-2023 16:43:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:42:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:42:Start time: 1701362622175 11-30-2023 16:43:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:43:42: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:42:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:43:42:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:43:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:42:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 11-30-2023 16:43:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:43:42:Start time: 1701362622197 11-30-2023 16:43:42:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:42: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:44: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:44: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:44: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:44:Start time: 1701362624219 11-30-2023 16:43:44:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:43:44: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:46: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:46: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:43:46: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:46:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 11-30-2023 16:43:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:43:46:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:43:46:Start time: 1701362626242 11-30-2023 16:43:46: TRACE: [WIRE] - >> 11-30-2023 16:43:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:46:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:46:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:43:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:46:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 11-30-2023 16:43:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:46: TRACE: [WIRE] - >> 11-30-2023 16:43:48: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:46:Start time: 1701362626259 11-30-2023 16:43:46:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:48:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:43:48:Callback completed() call ok 11-30-2023 16:43:48:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 11-30-2023 16:43:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:43:48: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:48:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:48:Start time: 1701362628284 11-30-2023 16:43:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:48:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:48:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:43:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:48:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:43:48: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 11-30-2023 16:43:48: TRACE: [WIRE] - >> 11-30-2023 16:43:48:Start time: 1701362628317 11-30-2023 16:43:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:48:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:48:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:43:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:48:STARTING TEST : deleteTest() 11-30-2023 16:43:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 11-30-2023 16:43:48: TRACE: [WIRE] - >> 11-30-2023 16:43:48: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:48: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:48:Start time: 1701362628337 11-30-2023 16:43:48:Returned status 200 (OK) 11-30-2023 16:43:48:FINISHED TEST : deleteTest() 11-30-2023 16:43:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:48:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:43:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:48: TRACE: [WIRE] - >> 11-30-2023 16:43:50: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:50: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:48:Start time: 1701362628412 11-30-2023 16:43:48:Client was returned control in 0 milliseconds from request 11-30-2023 16:43:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:50:Returned status 200 (OK) 11-30-2023 16:43:50:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 11-30-2023 16:43:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:50:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:43:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 11-30-2023 16:43:50: TRACE: [WIRE] - >> 11-30-2023 16:43:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:43:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:43:50:Start time: 1701362630436 11-30-2023 16:43:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:43:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:43:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:43:50:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:43:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:50:STARTING TEST : postWithStringClassWhileServerWaitTest() 11-30-2023 16:43:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:43:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:52: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:43:50:Start time: 1701362630459 11-30-2023 16:43:50:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:52: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:52:FINISHED TEST : postWithStringClassWhileServerWaitTest() 11-30-2023 16:43:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:52:STARTING TEST : methodWithCallbackStringWhileServerWaitTest() 11-30-2023 16:43:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:43:52: TRACE: [WIRE] - >> 11-30-2023 16:43:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:54: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:43:54: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:52:Start time: 1701362632482 11-30-2023 16:43:52:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:54:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:43:54:Callback completed() call ok 11-30-2023 16:43:54:Start time: 1701362634614 11-30-2023 16:43:54:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 11-30-2023 16:43:54: TRACE: [WIRE] - >> 11-30-2023 16:43:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:56: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:43:56: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:56:Callback#completed() called in 2009 milliseconds from request 11-30-2023 16:43:56:Callback completed() call ok 11-30-2023 16:43:56:Start time: 1701362636755 11-30-2023 16:43:56:Client was returned control in 1 milliseconds from request 11-30-2023 16:43:56: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 11-30-2023 16:43:56: TRACE: [WIRE] - >> 11-30-2023 16:43:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:43:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:43:58: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:43:58: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:43:58:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:43:58:Callback completed() call ok 11-30-2023 16:43:58:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 11-30-2023 16:43:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:58:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:43:58: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:43:58: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:58: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:43:58:Start time: 1701362638887 11-30-2023 16:43:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:58:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:58:Start time: 1701362638935 11-30-2023 16:43:58: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:43:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:58:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:58:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:43:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:58:STARTING TEST : getWithClassThrowsProcessingExceptionTest()11-30-2023 16:43:58: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 11-30-2023 16:43:58: TRACE: [WIRE] - >> 11-30-2023 16:43:58:Start time: 1701362638957 11-30-2023 16:43:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:43:58:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:43:58:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 11-30-2023 16:43:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:43:58:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:43:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:43:58: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:00: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:00: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:00: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:43:58:Start time: 1701362638977 11-30-2023 16:43:58:Client was returned control in 1 milliseconds from request 11-30-2023 16:44:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:00:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 11-30-2023 16:44:00:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:00:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 11-30-2023 16:44:01: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 11-30-2023 16:44:01: TRACE: [WIRE] - >> 11-30-2023 16:44:01:Start time: 1701362641002 11-30-2023 16:44:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:01:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:01:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 11-30-2023 16:44:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:01:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:44:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 11-30-2023 16:44:01: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:01:Start time: 1701362641022 11-30-2023 16:44:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:01:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:01:Start time: 1701362641042 11-30-2023 16:44:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 11-30-2023 16:44:01: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:01: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:01:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:01:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:44:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:01:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 11-30-2023 16:44:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 11-30-2023 16:44:01: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:03: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:03: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:03: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:01:Start time: 1701362641068 11-30-2023 16:44:01:Client was returned control in 0 milliseconds from request 11-30-2023 16:44:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 11-30-2023 16:44:03: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:05: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:03:Callback#completed() called in 2006 milliseconds from request 11-30-2023 16:44:03:Callback completed() call ok 11-30-2023 16:44:03:Start time: 1701362643190 11-30-2023 16:44:03:Client was returned control in 0 milliseconds from request 11-30-2023 16:44:05: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:05: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:05:Callback#completed() called in 2007 milliseconds from request 11-30-2023 16:44:05:Callback completed() call ok 11-30-2023 16:44:05:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 11-30-2023 16:44:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:05:STARTING TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:44:05:Start time: 1701362645315 11-30-2023 16:44:05: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 11-30-2023 16:44:05: TRACE: [WIRE] - >> 11-30-2023 16:44:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:05:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:05:FINISHED TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:44:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:05: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:44:05: TRACE: [WIRE] - >> 11-30-2023 16:44:05:STARTING TEST : optionsThrowsProcessingExceptionTest() 11-30-2023 16:44:05:Start time: 1701362645355 11-30-2023 16:44:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:05:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:05:FINISHED TEST : optionsThrowsProcessingExceptionTest() 11-30-2023 16:44:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:05:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()11-30-2023 16:44:05: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 11-30-2023 16:44:05: TRACE: [WIRE] - >> 11-30-2023 16:44:05:Start time: 1701362645381 11-30-2023 16:44:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:05:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:05:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:44:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:05: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 11-30-2023 16:44:05: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:05:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:44:05:Start time: 1701362645397 11-30-2023 16:44:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:05:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:05:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:44:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:05: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 11-30-2023 16:44:05: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:05:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 11-30-2023 16:44:05:Start time: 1701362645415 11-30-2023 16:44:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:44:05:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:44:05:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 164.914 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 11-30-2023 16:44:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:06:STARTING TEST : setUriTest() 11-30-2023 16:44:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 11-30-2023 16:44:06:############################### 11-30-2023 16:44:06:[Request] Adding entity: ENTITY 11-30-2023 16:44:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 11-30-2023 16:44:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:06: TRACE: [WIRE] - >> ENTITY 11-30-2023 16:44:06: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:06: TRACE: [WIRE] - << ENTITY 11-30-2023 16:44:06:Found expected substring: ENTITY 11-30-2023 16:44:06:FINISHED TEST : setUriTest() 11-30-2023 16:44:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:06:STARTING TEST : getHeadersIsMutableTest()11-30-2023 16:44:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 11-30-2023 16:44:06: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 11-30-2023 16:44:06: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 11-30-2023 16:44:06:############################### 11-30-2023 16:44:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Length: 59 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:06: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 11-30-2023 16:44:06:Found expected substring: accept-language 11-30-2023 16:44:06:Found expected substring: date 11-30-2023 16:44:06:Found expected substring: tck 11-30-2023 16:44:06:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:44:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:06:STARTING TEST : setMethodTest() 11-30-2023 16:44:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 11-30-2023 16:44:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 11-30-2023 16:44:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:06: TRACE: [WIRE] - >> ENTITY 11-30-2023 16:44:06: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:06:############################### 11-30-2023 16:44:06:[Request] Adding entity: ENTITY 11-30-2023 16:44:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:06: TRACE: [WIRE] - << ENTITY 11-30-2023 16:44:06:Found expected substring: ENTITY 11-30-2023 16:44:06:FINISHED TEST : setMethodTest() 11-30-2023 16:44:06:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:06:STARTING TEST : getEntityStreamTest()11-30-2023 16:44:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 11-30-2023 16:44:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 11-30-2023 16:44:06:############################### 11-30-2023 16:44:06:[Request] Adding entity: java.io.ByteArrayInputStream@4513b167 11-30-2023 16:44:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:06: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@4513b167 11-30-2023 16:44:06: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Length: 8192 11-30-2023 16:44:06: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:06: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 11-30-2023 16:44:06:Found expected substring: ENTITY_STREAM_WORKS 11-30-2023 16:44:06:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : cacheControlTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 11-30-2023 16:44:07: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 191 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : cacheControlTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 11-30-2023 16:44:07:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 153 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : buildWithEntityTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 11-30-2023 16:44:07: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 11-30-2023 16:44:07: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildWithEntityTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : asyncTest() 11-30-2023 16:44:07:FINISHED TEST : asyncTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : buildPutTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 11-30-2023 16:44:07: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildPutTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : buildTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : buildGetTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildGetTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 11-30-2023 16:44:07: TRACE: [WIRE] - >> 11-30-2023 16:44:07:STARTING TEST : buildDeleteTest() 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildDeleteTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : headersMultivaluedMapTest() 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 11-30-2023 16:44:07: TRACE: [WIRE] - >> tck-header:cts-header 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 175 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : headersMultivaluedMapTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : cookieCookieTest() 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 11-30-2023 16:44:07: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : cookieCookieTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 11-30-2023 16:44:07: TRACE: [WIRE] - >> tck-header:cts-header 11-30-2023 16:44:07:STARTING TEST : headerObjectTest() 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 175 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : headerObjectTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : cookieStringStringTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 11-30-2023 16:44:07: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : cookieStringStringTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : acceptLanguageByLocalesTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 11-30-2023 16:44:07: TRACE: [WIRE] - >> Accept-Language:de it fr 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : acceptLanguageByLocalesTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : buildPostTest()11-30-2023 16:44:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 11-30-2023 16:44:07: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : buildPostTest() 11-30-2023 16:44:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:07:STARTING TEST : acceptLanguageByStringsTest() 11-30-2023 16:44:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 11-30-2023 16:44:07: TRACE: [WIRE] - >> Accept-Language:de it fr 11-30-2023 16:44:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:44:07: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:07:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()11-30-2023 16:44:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:08: TRACE: [WIRE] - >> 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:08: TRACE: [WIRE] - >> 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:08: TRACE: [WIRE] - >> 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:08:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:08: TRACE: [WIRE] - >> 11-30-2023 16:44:08:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:08:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:08:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08:STARTING TEST : postWithGenericTypeStringTest()11-30-2023 16:44:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : postWithGenericTypeStringTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:08:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:08:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:08:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:08: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:08: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:08:STARTING TEST : methodWithStringClassWithEntityTest() 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:08: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : methodWithStringClassWithEntityTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:09:STARTING TEST : postWithStringClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : postWithStringClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:09:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:09:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : headTest()11-30-2023 16:44:09: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : headTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 11-30-2023 16:44:09:STARTING TEST : traceWithStringClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : traceWithStringClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09:STARTING TEST : traceWithResponseClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : traceWithResponseClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:09:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:09:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09:STARTING TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:44:09:FINISHED TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : methodWithResponseClassWithEntityTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : methodWithResponseClassWithEntityTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09:STARTING TEST : deleteWithResponseClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : deleteWithResponseClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09:STARTING TEST : deleteWithStringClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : deleteWithStringClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:09:STARTING TEST : methodTest() 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : methodTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : getWithGenericTypeResponseTest()11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : getWithGenericTypeResponseTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : deleteWithGenericTypeResponseTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : deleteWithGenericTypeResponseTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : putWithStringClassTest()11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : putWithStringClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:09:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : putThrowsProcessingExceptionTest()11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09:FINISHED TEST : putThrowsProcessingExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:09:STARTING TEST : methodWithGenericTypeStringTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:FINISHED TEST : methodWithGenericTypeStringTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()11-30-2023 16:44:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:09:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:09:STARTING TEST : putWithResponseClassTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : putWithResponseClassTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:09:STARTING TEST : optionsTest() 11-30-2023 16:44:09: TRACE: [WIRE] - >> 11-30-2023 16:44:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:09: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:09:Returned status 200 (OK) 11-30-2023 16:44:09:FINISHED TEST : optionsTest() 11-30-2023 16:44:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:09:STARTING TEST : optionsWithGenericTypeStringTest()11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : optionsWithGenericTypeStringTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:10:STARTING TEST : optionsWithResponseClassTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : optionsWithResponseClassTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:10:STARTING TEST : methodWithResponseClassTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : methodWithResponseClassTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10:STARTING TEST : getWithGenericTypeStringTest() 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : getWithGenericTypeStringTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10:STARTING TEST : putTest() 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : putTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:10:STARTING TEST : getTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : getTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:10:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : putWithGenericTypeStringTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : putWithGenericTypeStringTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:STARTING TEST : methodThrowsProcessingExceptionTest() 11-30-2023 16:44:10:FINISHED TEST : methodThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:10:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10:STARTING TEST : traceThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:FINISHED TEST : traceThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:10:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:10:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:10:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:10:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:10:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()11-30-2023 16:44:10: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:10:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:STARTING TEST : traceTest() 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : traceTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:10:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : deleteWithGenericTypeStringTest()11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : deleteWithGenericTypeStringTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:10:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:10:STARTING TEST : postTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : postTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : methodWithGenericTypeResponseTest()11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : methodWithGenericTypeResponseTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:STARTING TEST : postWithResponseClassTest() 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : postWithResponseClassTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10:STARTING TEST : methodWithEntityTest() 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:Returned status 200 (OK) 11-30-2023 16:44:10:FINISHED TEST : methodWithEntityTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:10:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 11-30-2023 16:44:10:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:10: TRACE: [WIRE] - >> 11-30-2023 16:44:10: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:10: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:10:STARTING TEST : methodWithStringClassTest() 11-30-2023 16:44:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : methodWithStringClassTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:11:STARTING TEST : optionsWithGenericTypeResponseTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : optionsWithGenericTypeResponseTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 11-30-2023 16:44:11:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11:FINISHED TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()11-30-2023 16:44:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 11-30-2023 16:44:11:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:11:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11:STARTING TEST : postWithGenericTypeResponseTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : postWithGenericTypeResponseTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:STARTING TEST : deleteThrowsProcessingExceptionTest() 11-30-2023 16:44:11:FINISHED TEST : deleteThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 11-30-2023 16:44:11:STARTING TEST : optionsWithStringClassTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : optionsWithStringClassTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:11:STARTING TEST : getWithStringClassTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : getWithStringClassTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()11-30-2023 16:44:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : traceWithGenericTypeResponseTest()11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : traceWithGenericTypeResponseTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:STARTING TEST : deleteTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : deleteTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11:STARTING TEST : getWithResponseClassTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : getWithResponseClassTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 11-30-2023 16:44:11:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 11-30-2023 16:44:11:STARTING TEST : putWithGenericTypeResponseTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 200 (OK) 11-30-2023 16:44:11:FINISHED TEST : putWithGenericTypeResponseTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:11:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:11:STARTING TEST : traceWithGenericTypeStringTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:FINISHED TEST : traceWithGenericTypeStringTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:STARTING TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:44:11:FINISHED TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11:STARTING TEST : optionsThrowsProcessingExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:FINISHED TEST : optionsThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 11-30-2023 16:44:11:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:11: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 11-30-2023 16:44:11: TRACE: [WIRE] - >> 11-30-2023 16:44:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:11: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:11:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 11-30-2023 16:44:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:11:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:44:11:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.065 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : serverSideReaderIsUsedOnServerTest() 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - >> Anything 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: Anything 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 30 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << The fake reader on server side 11-30-2023 16:44:12:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - >> reader/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: reader/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: reader/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << ConstrainedTo message 11-30-2023 16:44:12:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : clientSideReaderIsNotUsedOnServerTest()11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 11-30-2023 16:44:12: TRACE: [WIRE] - >> ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << ConstrainedTo message 11-30-2023 16:44:12:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : clientSideWriterIsUsedOnClientTest() 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 11-30-2023 16:44:12: TRACE: [WIRE] - >> ConstrainedTo message 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : serverSideWriterIsNotUsedOnClientTest()11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - >> writer/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: writer/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: writer/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << ConstrainedTo message 11-30-2023 16:44:12:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - >> ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << ConstrainedTo message 11-30-2023 16:44:12:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : clientSideReaderIsUsedOnClientTest() 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - >> reader/clientside 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: reader/clientside 11-30-2023 16:44:12:[Request] Adding entity: reader/clientside 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << ConstrainedTo message 11-30-2023 16:44:12:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 11-30-2023 16:44:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:12:STARTING TEST : serverSideWriterIsUsedOnServerTest() 11-30-2023 16:44:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 11-30-2023 16:44:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 11-30-2023 16:44:12: TRACE: [WIRE] - >> ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:44:12:############################### 11-30-2023 16:44:12:[Request] Adding entity: ConstrainedTo message 11-30-2023 16:44:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Length: 30 11-30-2023 16:44:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:12: TRACE: [WIRE] - << The fake writer on server side 11-30-2023 16:44:12:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : setSecurityContextTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: */* 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:FINISHED TEST : setSecurityContextTest() 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : abortWithTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << OPERATION: ABORTWITH 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: */* 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13:FINISHED TEST : abortWithTest() 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : setRequestUriOneUriTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:FINISHED TEST : setRequestUriOneUriTest() 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : setMethodTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:FINISHED TEST : setMethodTest() 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : setEntityStreamTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: */* 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:FINISHED TEST : setEntityStreamTest() 11-30-2023 16:44:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:13:STARTING TEST : setRequestUriTwoUrisTest() 11-30-2023 16:44:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 11-30-2023 16:44:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 11-30-2023 16:44:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:13: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 11-30-2023 16:44:13:############################### 11-30-2023 16:44:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:13: TRACE: [WIRE] - << IllegalSteateException has been thrown 11-30-2023 16:44:13:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.924 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 11-30-2023 16:44:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:16:STARTING TEST : noSecurityTest() 11-30-2023 16:44:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 11-30-2023 16:44:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:16: TRACE: [WIRE] - << 401 UNAUTHORIZED 11-30-2023 16:44:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:16: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 11-30-2023 16:44:16: TRACE: [WIRE] - << Content-Length: 1052 11-30-2023 16:44:16: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:44:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:44:16:############################### 11-30-2023 16:44:16: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:44:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:16: 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

11-30-2023 16:44:16:FINISHED TEST : noSecurityTest() 11-30-2023 16:44:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:16:STARTING TEST : getSecurityContextTest() 11-30-2023 16:44:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 11-30-2023 16:44:16: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 11-30-2023 16:44:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:16: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:16: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:16: TRACE: [WIRE] - << j2ee 11-30-2023 16:44:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:44:16:############################### 11-30-2023 16:44:16:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.496 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 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getUriInfoTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 93 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 11-30-2023 16:44:17:FINISHED TEST : getUriInfoTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 11-30-2023 16:44:17:STARTING TEST : getAcceptableLanguagesIsSortedTest() 11-30-2023 16:44:17:Check the #getAcceptableLanguages is sorted according to their q-value 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 11-30-2023 16:44:17:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getDateIsNullTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << NULL;GETDATE 11-30-2023 16:44:17:FINISHED TEST : getDateIsNullTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setSecurityContextTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 11-30-2023 16:44:17:###############################11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 32 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 11-30-2023 16:44:17:FINISHED TEST : setSecurityContextTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : abortWithTest()11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << ABORTWITH 11-30-2023 16:44:17:FINISHED TEST : abortWithTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 11-30-2023 16:44:17:STARTING TEST : getMediaTypeTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 32 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 11-30-2023 16:44:17:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 11-30-2023 16:44:17:STARTING TEST : getMethodTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 17 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << OPTIONS;GETMETHOD 11-30-2023 16:44:17:FINISHED TEST : getMethodTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : hasEntityTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 11-30-2023 16:44:17: TRACE: [WIRE] - >> entity 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 14 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17:[Request] Adding entity: entity 11-30-2023 16:44:17: TRACE: [WIRE] - << true;HASENTITY 11-30-2023 16:44:17:FINISHED TEST : hasEntityTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 11-30-2023 16:44:17:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 56 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 11-30-2023 16:44:17:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 11-30-2023 16:44:17: 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 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17:Check the #getAcceptableMediaTypes is sorted according to their q-value 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 105 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: 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 11-30-2023 16:44:17:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 11-30-2023 16:44:17:STARTING TEST : getCookiesIsReadonlyTest() 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 57 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 11-30-2023 16:44:17:FINISHED TEST : getCookiesIsReadonlyTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getLanguageTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 18 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 11-30-2023 16:44:17:FINISHED TEST : getLanguageTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setRequestUriOneUriTest()11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 49 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 11-30-2023 16:44:17:FINISHED TEST : setRequestUriOneUriTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getDateTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Thu, 30 Nov 2023 16:44:17 GMT 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << 1701362657000;GETDATE 11-30-2023 16:44:17:FINISHED TEST : getDateTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getLanguageIsNullTest()11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << NULL;GETLANGUAGE 11-30-2023 16:44:17:FINISHED TEST : getLanguageIsNullTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getHeaderStringTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 11-30-2023 16:44:17:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setMethodTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 17 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << OPTIONS SETMETHOD 11-30-2023 16:44:17:FINISHED TEST : setMethodTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setPropertyNullTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 11-30-2023 16:44:17:FINISHED TEST : setPropertyNullTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 43 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 11-30-2023 16:44:17:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 28 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 11-30-2023 16:44:17:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getLengthWhenNoEntityTest()11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << -1;GETLENGTH 11-30-2023 16:44:17:FINISHED TEST : getLengthWhenNoEntityTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getPropertyNamesTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 187 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 11-30-2023 16:44:17:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getRequestTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 18 11-30-2023 16:44:17:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << OPTIONS;GETREQUEST 11-30-2023 16:44:17:FINISHED TEST : getRequestTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : setEntityStreamTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 37 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 11-30-2023 16:44:17:FINISHED TEST : setEntityStreamTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getAcceptableMediaTypesTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 41 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 11-30-2023 16:44:17:FINISHED TEST : getAcceptableMediaTypesTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getHeadersTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 200 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.4 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 11-30-2023 16:44:17:FINISHED TEST : getHeadersTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:17:STARTING TEST : getPropertyIsNullTest() 11-30-2023 16:44:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 11-30-2023 16:44:17: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 11-30-2023 16:44:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 11-30-2023 16:44:17:############################### 11-30-2023 16:44:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:17: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:44:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:17: TRACE: [WIRE] - << NULL;GETPROPERTY 11-30-2023 16:44:17:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:44:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : setRequestUriTwoUrisTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 49 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 11-30-2023 16:44:18:FINISHED TEST : setRequestUriTwoUrisTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : getLengthTest() 11-30-2023 16:44:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:[Request] Adding entity: 12345678901234567890 11-30-2023 16:44:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 11-30-2023 16:44:18: TRACE: [WIRE] - >> 12345678901234567890 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << 20;GETLENGTH 11-30-2023 16:44:18:FINISHED TEST : getLengthTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : getSecurityContextPrincipalIsNullTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 23 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : getAcceptableLanguagesTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 29 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:FINISHED TEST : getAcceptableLanguagesTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : getMediaTypeIsNullTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 17 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << NULL;GETMEDIATYPE 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:FINISHED TEST : getMediaTypeIsNullTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : setPropertyTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 26 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:FINISHED TEST : setPropertyTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : removePropertyTest() 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 11-30-2023 16:44:18:FINISHED TEST : removePropertyTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 11-30-2023 16:44:18:STARTING TEST : getCookiesTest() 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 46 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 50 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 11-30-2023 16:44:18:FINISHED TEST : getCookiesTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 15 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << false;HASENTITY 11-30-2023 16:44:18:FINISHED TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 11-30-2023 16:44:18:STARTING TEST : getEntityStreamTest() 11-30-2023 16:44:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18:[Request] Adding entity: EnTiTyStReAmTeSt 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 11-30-2023 16:44:18: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 32 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 11-30-2023 16:44:18:FINISHED TEST : getEntityStreamTest() 11-30-2023 16:44:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:18:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 11-30-2023 16:44:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:44:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 11-30-2023 16:44:18: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 11-30-2023 16:44:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:18: TRACE: [WIRE] - << Content-Length: 48 11-30-2023 16:44:18:############################### 11-30-2023 16:44:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:18: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 11-30-2023 16:44:18:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT 11-30-2023 16:44:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 11-30-2023 16:44:19:STARTING TEST : getResourceMethodTest() 11-30-2023 16:44:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 11-30-2023 16:44:19:############################### 11-30-2023 16:44:19: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:19: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:19: TRACE: [WIRE] - << Content-Length: 17 11-30-2023 16:44:19: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:19: TRACE: [WIRE] - << getResourceMethod 11-30-2023 16:44:19:Found expected resource method name 11-30-2023 16:44:19:FINISHED TEST : getResourceMethodTest() 11-30-2023 16:44:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:19:STARTING TEST : getResourceClassTest() 11-30-2023 16:44:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 11-30-2023 16:44:19: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:19: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 11-30-2023 16:44:19:############################### 11-30-2023 16:44:19: TRACE: [WIRE] - << Content-Length: 58 11-30-2023 16:44:19: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:19: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 11-30-2023 16:44:19:Found expected resource class name 11-30-2023 16:44:19:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getStringsHeaderMoreItemsTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: commaSeparated 11-30-2023 16:44:20: TRACE: [WIRE] - >> commaSeparated 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 11-30-2023 16:44:20: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 42 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << responsefilterentity responsefilterentity 11-30-2023 16:44:20:FINISHED TEST : getStringsHeaderMoreItemsTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> false 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: false 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 38 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 11-30-2023 16:44:20:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getEntityTest() 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETENTITY 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 144 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 11-30-2023 16:44:20:FINISHED TEST : getEntityTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getDateIsNullTest()11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETDATE 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 1 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << 0 11-30-2023 16:44:20:FINISHED TEST : getDateIsNullTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getLinksTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETLINKS 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 105 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 11-30-2023 16:44:20: TRACE: [WIRE] - << Link: , 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << ; 11-30-2023 16:44:20:FINISHED TEST : getLinksTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 11-30-2023 16:44:20:[Request] Adding entity: headerDelegate 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> headerDelegate 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 11-30-2023 16:44:20: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:44:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 11-30-2023 16:44:20:###############################11-30-2023 16:44:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getLinkBuilderWhenNoLinkTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << NULL 11-30-2023 16:44:20:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getEntityClassByteArrayTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> bytearray 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: bytearray 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << [B 11-30-2023 16:44:20:FINISHED TEST : getEntityClassByteArrayTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20:STARTING TEST : getStringHeadersTest() 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: EnTITY 11-30-2023 16:44:20: TRACE: [WIRE] - >> EnTITY 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 11-30-2023 16:44:20: TRACE: [WIRE] - << HEADER: EnTITY 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << EnTITY 11-30-2023 16:44:20:FINISHED TEST : getStringHeadersTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << NULL 11-30-2023 16:44:20:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getLinksWhenNoLinkTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETLINKS 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << NULL 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:FINISHED TEST : getLinksWhenNoLinkTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getMediaTypeTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> application/svg+xml 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: application/svg+xml 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 19 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << application/svg+xml 11-30-2023 16:44:20:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getEntityAnnotationsTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> true 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 93 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: true 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 11-30-2023 16:44:20:FINISHED TEST : getEntityAnnotationsTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getLinkTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETLINK 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 72 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:44:20: TRACE: [WIRE] - << Link: ; rel="relation" 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:44:20:FINISHED TEST : getLinkTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : setEntityTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: SETENTITY 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: application/svg+xml 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:44:20:FINISHED TEST : setEntityTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : hasEntityTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - >> ResponseFilterEntity 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:[Request] Adding entity: ResponseFilterEntity 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: HASENTITY 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << true 11-30-2023 16:44:20:FINISHED TEST : hasEntityTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:44:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 11-30-2023 16:44:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:20: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 11-30-2023 16:44:20: TRACE: [WIRE] - << HEADER: HEADER 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Length: 24 11-30-2023 16:44:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:20: TRACE: [WIRE] - << HEADER found as expected 11-30-2023 16:44:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:20:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:44:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:20:STARTING TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: HASLINK 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << false 11-30-2023 16:44:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 11-30-2023 16:44:20:############################### 11-30-2023 16:44:21:FINISHED TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : getLanguageTest() 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> fr-ca 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Language: fr-ca 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: fr-ca 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << fr_CA 11-30-2023 16:44:21:FINISHED TEST : getLanguageTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> toString 11-30-2023 16:44:21:STARTING TEST : getStringHeadersUsesToStringMethodTest() 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: toString 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 11-30-2023 16:44:21: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:44:21:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : getDateTest() 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 1701362661000 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETDATE 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 13 11-30-2023 16:44:21: TRACE: [WIRE] - << Date: Thu, 30 Nov 2023 16:44:21 GMT 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << 1701362661000 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: 1701362661000 11-30-2023 16:44:21:FINISHED TEST : getDateTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : getCookiesIsReadOnlyTest() 11-30-2023 16:44:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 35 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << getCookies is read-only as expected 11-30-2023 16:44:21:FINISHED TEST : getCookiesIsReadOnlyTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : getLanguageIsNullTest()11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << NULL 11-30-2023 16:44:21:FINISHED TEST : getLanguageIsNullTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : getHeaderStringTest() 11-30-2023 16:44:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 11-30-2023 16:44:21:###############################11-30-2023 16:44:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 24 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 11-30-2023 16:44:21:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:44:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:21:STARTING TEST : setStatusInfoTest() 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 200 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: 200 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << 200 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:21:###############################11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:21:[Request] Adding entity: 201 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 201 11-30-2023 16:44:21: TRACE: [WIRE] - << 201 CREATED 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << 201 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:21:###############################11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:21:[Request] Adding entity: 202 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 202 11-30-2023 16:44:21: TRACE: [WIRE] - << 202 ACCEPTED 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21: TRACE: [WIRE] - << 202 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: 20411-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 204 11-30-2023 16:44:21: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:21:############################### 11-30-2023 16:44:21:[Request] Adding entity: 205 11-30-2023 16:44:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:21: TRACE: [WIRE] - >> 205 11-30-2023 16:44:21: TRACE: [WIRE] - << 205 RESET_CONTENT 11-30-2023 16:44:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:21: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:###############################11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51:[Request] Adding entity: 206 11-30-2023 16:44:51: TRACE: [WIRE] - >> 206 11-30-2023 16:44:51: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 206 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 300 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 300 11-30-2023 16:44:51: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 300 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 30111-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 301 11-30-2023 16:44:51: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 301 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 302 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 302 11-30-2023 16:44:51: TRACE: [WIRE] - << 302 FOUND 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 302 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 303 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 303 11-30-2023 16:44:51: TRACE: [WIRE] - << 303 SEE_OTHER 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 303 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 304 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 304 11-30-2023 16:44:51: TRACE: [WIRE] - << 304 NOT_MODIFIED 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 305 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 305 11-30-2023 16:44:51: TRACE: [WIRE] - << 305 USE_PROXY 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 305 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 307 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 307 11-30-2023 16:44:51: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 307 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 308 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 308 11-30-2023 16:44:51: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 308 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 400 11-30-2023 16:44:51: TRACE: [WIRE] - << 400 BAD_REQUEST 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51:[Request] Adding entity: 400 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 400 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 401 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 401 11-30-2023 16:44:51: TRACE: [WIRE] - << 401 UNAUTHORIZED 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 401 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 402 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 402 11-30-2023 16:44:51: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 402 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 403 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 403 11-30-2023 16:44:51: TRACE: [WIRE] - << 403 FORBIDDEN 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 403 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 404 11-30-2023 16:44:51: TRACE: [WIRE] - >> 404 11-30-2023 16:44:51: TRACE: [WIRE] - << 404 NOT_FOUND 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 404 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 405 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 405 11-30-2023 16:44:51: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 405 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 406 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 406 11-30-2023 16:44:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 406 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 407 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 407 11-30-2023 16:44:51: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 407 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 408 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 408 11-30-2023 16:44:51: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 408 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51:[Request] Adding entity: 409 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 409 11-30-2023 16:44:51: TRACE: [WIRE] - << 409 CONFLICT 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 409 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:51:[Request] Adding entity: 410 11-30-2023 16:44:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:51: TRACE: [WIRE] - >> 410 11-30-2023 16:44:51: TRACE: [WIRE] - << 410 GONE 11-30-2023 16:44:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:51: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:51: TRACE: [WIRE] - << 410 11-30-2023 16:44:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:51:############################### 11-30-2023 16:44:52:[Request] Adding entity: 411 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 411 11-30-2023 16:44:52: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 411 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 412 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 412 11-30-2023 16:44:52: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 412 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 413 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 413 11-30-2023 16:44:52: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 413 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 414 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 414 11-30-2023 16:44:52: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 414 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 415 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 415 11-30-2023 16:44:52: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 415 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 416 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 416 11-30-2023 16:44:52: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 416 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 417 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 417 11-30-2023 16:44:52: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 417 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 428 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 428 11-30-2023 16:44:52: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 428 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 429 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 429 11-30-2023 16:44:52: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 429 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 431 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 431 11-30-2023 16:44:52: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 431 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 451 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 451 11-30-2023 16:44:52: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 451 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 500 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 500 11-30-2023 16:44:52: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 500 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 501 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 501 11-30-2023 16:44:52: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 501 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 502 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 502 11-30-2023 16:44:52: TRACE: [WIRE] - << 502 BAD_GATEWAY 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 502 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 503 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 503 11-30-2023 16:44:52: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 503 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 504 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 504 11-30-2023 16:44:52: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 504 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 505 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 505 11-30-2023 16:44:52: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Connection: close 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 505 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 511 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 511 11-30-2023 16:44:52: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 511 11-30-2023 16:44:52:FINISHED TEST : setStatusInfoTest() 11-30-2023 16:44:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:52:STARTING TEST : hasLinkTest() 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: HASLINK 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:52: TRACE: [WIRE] - << Link: ; rel="relation" 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << true 11-30-2023 16:44:52:FINISHED TEST : hasLinkTest() 11-30-2023 16:44:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:52:STARTING TEST : getAllowedMethodsTest() 11-30-2023 16:44:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 11-30-2023 16:44:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 14 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << trace options 11-30-2023 16:44:52:FINISHED TEST : getAllowedMethodsTest() 11-30-2023 16:44:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:52:STARTING TEST : getStatusTest() 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 200 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 200 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 201 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 201 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 201 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 20211-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 202 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 202 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 204 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 204 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 204 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52:[Request] Adding entity: 205 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 205 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 205 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 206 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 206 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 206 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 300 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 300 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 300 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 301 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 301 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 301 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 302 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 302 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 302 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 30311-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 303 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 303 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52:[Request] Adding entity: 304 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 304 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 304 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 30511-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 305 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 305 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 307 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 307 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 307 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 308 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 308 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 308 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 400 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 400 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 400 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 401 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 401 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 401 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 402 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 402 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 402 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 403 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 403 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 403 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 404 11-30-2023 16:44:52: TRACE: [WIRE] - >> 404 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 404 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 40511-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 405 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 405 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 406 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 406 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 406 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 407 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 407 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 407 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 408 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 408 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 408 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 409 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 409 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 409 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 410 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 410 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 410 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 411 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 411 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 411 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 412 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 412 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 412 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:52:[Request] Adding entity: 413 11-30-2023 16:44:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:52: TRACE: [WIRE] - >> 413 11-30-2023 16:44:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:52: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:52: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:52: TRACE: [WIRE] - << 413 11-30-2023 16:44:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:52:############################### 11-30-2023 16:44:53:[Request] Adding entity: 414 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 414 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 414 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 415 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 415 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 415 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 416 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 416 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 416 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 417 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 417 11-30-2023 16:44:53:[Request] Adding entity: 417 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 428 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 428 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 428 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:###############################11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:[Request] Adding entity: 429 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 429 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 429 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:###############################11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:[Request] Adding entity: 431 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 431 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 431 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:###############################11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:[Request] Adding entity: 451 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 451 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 451 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:[Request] Adding entity: 500 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 500 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 500 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53:[Request] Adding entity: 501 11-30-2023 16:44:53: TRACE: [WIRE] - >> 501 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 501 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 502 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 502 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 502 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 503 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 503 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 503 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 504 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 504 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 504 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 505 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 505 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 505 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 11-30-2023 16:44:53:[Request] Adding entity: 511 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 511 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 511 11-30-2023 16:44:53:FINISHED TEST : getStatusTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> commaSeparated 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 11-30-2023 16:44:53: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 41 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: commaSeparated 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 11-30-2023 16:44:53:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getLengthWhenNoEntityTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETLENGTH 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << -1 11-30-2023 16:44:53:FINISHED TEST : getLengthWhenNoEntityTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 11-30-2023 16:44:53:STARTING TEST : getEntityClassInputStreamTest() 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: inputstream 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> inputstream 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 28 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << java.io.ByteArrayInputStream 11-30-2023 16:44:53:FINISHED TEST : getEntityClassInputStreamTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: headerDelegate 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> headerDelegate 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 11-30-2023 16:44:53: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:44:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 11-30-2023 16:44:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getHeaderStringHeaderIsNullTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: null 11-30-2023 16:44:53: TRACE: [WIRE] - >> null 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << NULL 11-30-2023 16:44:53:FINISHED TEST : getHeaderStringHeaderIsNullTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << NULL 11-30-2023 16:44:53:STARTING TEST : getLastModifiedIsNullTest() 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:FINISHED TEST : getLastModifiedIsNullTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getEntityTypeInputStreamTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> inputstream 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 28 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: inputstream 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << java.io.ByteArrayInputStream 11-30-2023 16:44:53:FINISHED TEST : getEntityTypeInputStreamTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getEntityTagTest() 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: ResponseFilterEntity 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> ResponseFilterEntity 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:44:53:FINISHED TEST : getEntityTagTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getEntityIsNullTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETENTITY 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << NULL 11-30-2023 16:44:53:FINISHED TEST : getEntityIsNullTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getHeadersTest() 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: header 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> header 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << header4: header 11-30-2023 16:44:53: TRACE: [WIRE] - << header3: header 11-30-2023 16:44:53: TRACE: [WIRE] - << header2: header 11-30-2023 16:44:53: TRACE: [WIRE] - << header1: header 11-30-2023 16:44:53: TRACE: [WIRE] - << header0: header 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETHEADERS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 50 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 11-30-2023 16:44:53:FINISHED TEST : getHeadersTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53:STARTING TEST : getEntityClassStringTest() 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: string 11-30-2023 16:44:53: TRACE: [WIRE] - >> string 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:44:53:FINISHED TEST : getEntityClassStringTest() 11-30-2023 16:44:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53:STARTING TEST : getStatusInfoTest() 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 200 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 200 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 201 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 201 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 201 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 202 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 202 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 202 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 204 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 204 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 204 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 205 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 205 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 205 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 206 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 206 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 206 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 300 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 300 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 300 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:53:[Request] Adding entity: 301 11-30-2023 16:44:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:53: TRACE: [WIRE] - >> 301 11-30-2023 16:44:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:53: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:53: TRACE: [WIRE] - << 301 11-30-2023 16:44:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:53:############################### 11-30-2023 16:44:54:[Request] Adding entity: 302 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 302 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 302 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 303 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 303 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 303 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 304 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 304 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 304 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 305 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 305 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 305 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 307 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 307 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 307 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 308 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 308 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 308 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 400 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 400 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 400 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 401 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 401 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 401 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 402 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 402 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 402 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 403 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 403 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 403 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 404 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 404 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 404 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 405 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 405 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 405 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 406 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 406 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 406 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 407 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 407 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 407 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 408 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 408 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 408 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 409 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 409 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 409 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 410 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 410 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 410 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 411 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 411 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 411 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 412 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 412 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 412 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 413 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 413 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 413 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 414 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 414 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 414 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 415 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 415 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 415 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 416 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 416 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 416 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 417 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 417 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 417 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 428 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 428 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 428 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 429 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 429 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 429 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 431 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 431 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 431 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 451 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 451 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 451 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 500 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 500 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 500 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 501 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 501 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 501 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 502 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 502 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 502 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 503 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 503 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 503 11-30-2023 16:44:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:54:############################### 11-30-2023 16:44:54:[Request] Adding entity: 504 11-30-2023 16:44:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:54: TRACE: [WIRE] - >> 504 11-30-2023 16:44:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:54: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:54: TRACE: [WIRE] - << 504 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55:[Request] Adding entity: 505 11-30-2023 16:44:55: TRACE: [WIRE] - >> 505 11-30-2023 16:44:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55: TRACE: [WIRE] - << 505 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 11-30-2023 16:44:55:[Request] Adding entity: 511 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 511 11-30-2023 16:44:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55: TRACE: [WIRE] - << 511 11-30-2023 16:44:55:FINISHED TEST : getStatusInfoTest() 11-30-2023 16:44:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:44:55:STARTING TEST : setStatusTest() 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 200 11-30-2023 16:44:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55:[Request] Adding entity: 200 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55: TRACE: [WIRE] - << 200 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55:[Request] Adding entity: 201 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 201 11-30-2023 16:44:55: TRACE: [WIRE] - << 201 CREATED 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55: TRACE: [WIRE] - << 201 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:44:55:###############################11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:44:55:[Request] Adding entity: 202 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 202 11-30-2023 16:44:55: TRACE: [WIRE] - << 202 ACCEPTED 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:44:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55: TRACE: [WIRE] - << 202 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55:[Request] Adding entity: 204 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 204 11-30-2023 16:44:55: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:44:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:44:55:############################### 11-30-2023 16:44:55:[Request] Adding entity: 205 11-30-2023 16:44:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:44:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:44:55: TRACE: [WIRE] - >> 205 11-30-2023 16:44:55: TRACE: [WIRE] - << 205 RESET_CONTENT 11-30-2023 16:44:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:44:55: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:44:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 206 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 206 11-30-2023 16:45:25: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 206 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 300 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 300 11-30-2023 16:45:25: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 300 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 301 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 301 11-30-2023 16:45:25: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 301 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 302 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 302 11-30-2023 16:45:25: TRACE: [WIRE] - << 302 FOUND 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 302 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 303 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 303 11-30-2023 16:45:25: TRACE: [WIRE] - << 303 SEE_OTHER 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 303 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 304 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 304 11-30-2023 16:45:25: TRACE: [WIRE] - << 304 NOT_MODIFIED 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 305 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 305 11-30-2023 16:45:25: TRACE: [WIRE] - << 305 USE_PROXY 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 305 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25:[Request] Adding entity: 307 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 307 11-30-2023 16:45:25: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 307 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 308 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 308 11-30-2023 16:45:25: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 308 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 400 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 400 11-30-2023 16:45:25: TRACE: [WIRE] - << 400 BAD_REQUEST 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 400 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25:[Request] Adding entity: 401 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 401 11-30-2023 16:45:25: TRACE: [WIRE] - << 401 UNAUTHORIZED 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 401 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 402 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 402 11-30-2023 16:45:25: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 402 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:###############################11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 403 11-30-2023 16:45:25:[Request] Adding entity: 403 11-30-2023 16:45:25: TRACE: [WIRE] - << 403 FORBIDDEN 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 403 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25:[Request] Adding entity: 404 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 404 11-30-2023 16:45:25: TRACE: [WIRE] - << 404 NOT_FOUND 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 404 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 405 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 405 11-30-2023 16:45:25: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 405 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 406 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 406 11-30-2023 16:45:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 406 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:25:[Request] Adding entity: 407 11-30-2023 16:45:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:25: TRACE: [WIRE] - >> 407 11-30-2023 16:45:25: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 11-30-2023 16:45:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:25: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:25: TRACE: [WIRE] - << 407 11-30-2023 16:45:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:25:############################### 11-30-2023 16:45:26:[Request] Adding entity: 408 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 408 11-30-2023 16:45:26: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 408 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 409 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 409 11-30-2023 16:45:26: TRACE: [WIRE] - << 409 CONFLICT 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 409 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 410 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 410 11-30-2023 16:45:26: TRACE: [WIRE] - << 410 GONE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 410 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 411 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 411 11-30-2023 16:45:26: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 411 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26:[Request] Adding entity: 412 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 412 11-30-2023 16:45:26: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 412 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 413 11-30-2023 16:45:26: TRACE: [WIRE] - >> 413 11-30-2023 16:45:26: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 413 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 414 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 414 11-30-2023 16:45:26: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 414 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 415 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 415 11-30-2023 16:45:26: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 415 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 41611-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 416 11-30-2023 16:45:26: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 416 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 417 11-30-2023 16:45:26: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 417 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 417 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 428 11-30-2023 16:45:26: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26:###############################11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26:[Request] Adding entity: 428 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 428 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 429 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 429 11-30-2023 16:45:26: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 429 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 431 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 431 11-30-2023 16:45:26: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 431 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 451 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 451 11-30-2023 16:45:26: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 451 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 500 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 500 11-30-2023 16:45:26: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 500 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 501 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 501 11-30-2023 16:45:26: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 501 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 50211-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 502 11-30-2023 16:45:26: TRACE: [WIRE] - << 502 BAD_GATEWAY 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 502 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 503 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 503 11-30-2023 16:45:26: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 503 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26:[Request] Adding entity: 504 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 504 11-30-2023 16:45:26: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 504 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 505 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 505 11-30-2023 16:45:26: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 505 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 511 11-30-2023 16:45:26: TRACE: [WIRE] - >> 511 11-30-2023 16:45:26: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: SETSTATUS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 3 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 511 11-30-2023 16:45:26:FINISHED TEST : setStatusTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLinkBuilderTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 72 11-30-2023 16:45:26: TRACE: [WIRE] - << Link: ; rel="relation" 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26:FINISHED TEST : getLinkBuilderTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 49 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 11-30-2023 16:45:26:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLengthTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> ResponseFilterEntity 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: ResponseFilterEntity 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLENGTH 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 20sponseFilterEntity 11-30-2023 16:45:26:FINISHED TEST : getLengthTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLinkWhenNoLinkTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLINK 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << NULL 11-30-2023 16:45:26:FINISHED TEST : getLinkWhenNoLinkTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 11-30-2023 16:45:26:STARTING TEST : getStringHeadersHeaderIsNullTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> null 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26:[Request] Adding entity: null 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << NULL 11-30-2023 16:45:26:FINISHED TEST : getStringHeadersHeaderIsNullTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLastModifiedTest()11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: 1701362726000 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> 1701362726000 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 11-30-2023 16:45:26: TRACE: [WIRE] - << Last-Modified: Thu, 30 Nov 2023 16:45:26 GMT 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 13 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << 1701362726000 11-30-2023 16:45:26:FINISHED TEST : getLastModifiedTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getEntityTypeByteArrayTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> bytearray 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: bytearray 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << [B 11-30-2023 16:45:26:FINISHED TEST : getEntityTypeByteArrayTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 11-30-2023 16:45:26:STARTING TEST : getEntityTypeStringTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: string11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> string 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:45:26:FINISHED TEST : getEntityTypeStringTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> toString 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: toString 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 11-30-2023 16:45:26: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:45:26:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLocationTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLOCATION 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 72 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 11-30-2023 16:45:26:FINISHED TEST : getLocationTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getLocationWhenNoLocationTest() 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETLOCATION 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << NULL 11-30-2023 16:45:26:FINISHED TEST : getLocationWhenNoLocationTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26:STARTING TEST : getEntityTagIsNullTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << NULL 11-30-2023 16:45:26:FINISHED TEST : getEntityTagIsNullTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 11-30-2023 16:45:26:STARTING TEST : getCookiesTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETCOOKIES 11-30-2023 16:45:26: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 11 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << cookiename 11-30-2023 16:45:26:FINISHED TEST : getCookiesTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: HASENTITY 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << false 11-30-2023 16:45:26:FINISHED TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:45:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 11-30-2023 16:45:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:26:STARTING TEST : getEntityStreamTest() 11-30-2023 16:45:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 11-30-2023 16:45:26:############################### 11-30-2023 16:45:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:26: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:45:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:26: TRACE: [WIRE] - << ResponseFilterEntity 11-30-2023 16:45:26:FINISHED TEST : getEntityStreamTest() [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 68.464 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:STARTING TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:FINISHED TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:STARTING TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:FINISHED TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:STARTING TEST : cookieParamSetEntityWithFromStringTest()Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:30:[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' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:30:[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' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:STARTING TEST : cookieParamSubTest()Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:FINISHED TEST : cookieParamSubTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:STARTING TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:30:[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' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:FINISHED TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:STARTING TEST : cookieParamEntityWithConstructorTest() 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:45:30:[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' 11-30-2023 16:45:30:FINISHED TEST : cookieParamEntityWithConstructorTest() 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:30:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:45:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:30:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.273 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieParamListEntityWithFromStringTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:STARTING TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieFieldParamEntityWithFromStringTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieFieldParamEntityWithConstructorTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieParamSetEntityWithFromStringTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:31:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:45:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:45:31:[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' 11-30-2023 16:45:31:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:STARTING TEST : cookieParamSubTest() Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:FINISHED TEST : cookieParamSubTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:STARTING TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:FINISHED TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:STARTING TEST : cookieParamEntityWithConstructorTest() Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:FINISHED TEST : cookieParamEntityWithConstructorTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:STARTING TEST : cookieFieldParamEntityWithValueOfTest() Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:32:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:32:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:45:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:32:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.213 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamListEntityWithFromStringTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieParamListEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:FINISHED TEST : cookieParamTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamEntityWithFromStringTest()Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieParamEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamEntityWithConstructorTest()Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:45:33:[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' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamSetEntityWithFromStringTest()Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamEntityWithValueOfTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieParamEntityWithValueOfTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieParamEntityWithConstructorTest() Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieParamEntityWithConstructorTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:33:STARTING TEST : cookieFieldParamEntityWithValueOfTest()Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:[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' 11-30-2023 16:45:33:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 11-30-2023 16:45:33:[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' Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 11-30-2023 16:45:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:33:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 11-30-2023 16:45:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:33:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:34:STARTING TEST : getSingletonsTest() 11-30-2023 16:45:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:34:FINISHED TEST : getSingletonsTest() 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:34:STARTING TEST : getClassesTest() Nov 30, 2023 4:45:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:34:FINISHED TEST : getClassesTest() 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:34:STARTING TEST : defaultGetPropertiesIsEmptyTest() 11-30-2023 16:45:34:Default implementation gets empty map as expected 11-30-2023 16:45:34:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:34:STARTING TEST : getPropertiesTest() Nov 30, 2023 4:45:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:34:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:34:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 11-30-2023 16:45:34:Check on Configurable Client 11-30-2023 16:45:34:Already registered 0 classes 11-30-2023 16:45:34:Already registered 0 instances 11-30-2023 16:45:34:Found 2 provider(s) as expected 11-30-2023 16:45:34:Found 2 provider(s) as expected 11-30-2023 16:45:34:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:34:Check on Configurable WebTarget 11-30-2023 16:45:34:Already registered 0 classes 11-30-2023 16:45:34:Already registered 0 instances 11-30-2023 16:45:34:Found 0 provider(s) as expected 11-30-2023 16:45:34:Found 2 provider(s) as expected 11-30-2023 16:45:34:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:34:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 11-30-2023 16:45:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:34:STARTING TEST : registerClassWriterContractsTest() 11-30-2023 16:45:34:Check on Configurable Client 11-30-2023 16:45:34:Already registered 0 classes 11-30-2023 16:45:34:Already registered 0 instances 11-30-2023 16:45:34:Found 1 provider(s) as expected 11-30-2023 16:45:34:Found 1 provider(s) as expected 11-30-2023 16:45:34:sucessufully wrote Callable by provider registered on Configurable Client 11-30-2023 16:45:34:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 11-30-2023 16:45:34:Check on Configurable WebTarget 11-30-2023 16:45:34:Already registered 0 classes 11-30-2023 16:45:34:Already registered 0 instances 11-30-2023 16:45:34:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:FINISHED TEST : registerClassWriterContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectReaderContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable Client 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35:FINISHED TEST : registerObjectReaderContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectBindingPriorityTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectBindingPriorityTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassReaderContractsInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable Client 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35:FINISHED TEST : registerClassReaderContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectWriterContractsInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable Client 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:FINISHED TEST : registerObjectWriterContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassEmptyContractsTest() Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider of with contracts has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider of with contracts has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassEmptyContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassNotAssignableContractsInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectNotAssignableContractsInMapTest() Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassReaderContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable Client 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35:FINISHED TEST : registerClassReaderContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectEmptyContractsTest() Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with empty contracts has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with empty contracts has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectEmptyContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassBindingPriorityInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassBindingPriorityInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectReaderContractsInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable Client 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully read Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35:FINISHED TEST : registerObjectReaderContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassNullContractsTest() 11-30-2023 16:45:35:Check on Configurable Client Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with null contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with null contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassNullContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectNotAssignableContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider withO unassignable contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instancesNov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider withO unassignable contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectNotAssignableContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassNotAssignableContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassNotAssignableContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectWriterContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable Client 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:FINISHED TEST : registerObjectWriterContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectBindingPriorityInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectBindingPriorityInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassWriterContractsInMapTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable Client 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 1 provider(s) as expected 11-30-2023 16:45:35:sucessufully wrote Callable by provider registered on Configurable WebTarget 11-30-2023 16:45:35: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. 11-30-2023 16:45:35:FINISHED TEST : registerClassWriterContractsInMapTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerObjectNullContractsTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with null contract has ben ignored as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected Nov 30, 2023 4:45:35 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. 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:The provider with null contract has ben ignored as expected 11-30-2023 16:45:35:FINISHED TEST : registerObjectNullContractsTest() 11-30-2023 16:45:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:35:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 11-30-2023 16:45:35:Check on Configurable Client 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 11-30-2023 16:45:35:Check on Configurable WebTarget 11-30-2023 16:45:35:Already registered 0 classes 11-30-2023 16:45:35:Already registered 0 instances 11-30-2023 16:45:35:Found 0 provider(s) as expected 11-30-2023 16:45:35:Found 2 provider(s) as expected 11-30-2023 16:45:35:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 11-30-2023 16:45:35:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT 11-30-2023 16:45:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:36:STARTING TEST : isEnabledFeatureReturningFalseTest() 11-30-2023 16:45:36:Registering on Client 11-30-2023 16:45:36:Registering on WebTarget 11-30-2023 16:45:36:Feature feature2 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature1 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature4 has NOT been enabled as expected 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:36:FINISHED TEST : isEnabledFeatureReturningFalseTest() 11-30-2023 16:45:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:36:STARTING TEST : isEnabledClassReturningFalseTest() 11-30-2023 16:45:36:Registering on Client 11-30-2023 16:45:36:Registering on WebTarget 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on Client configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:No feature enabled as expected on WebTarget configuration 11-30-2023 16:45:36:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:36:FINISHED TEST : isEnabledClassReturningFalseTest() 11-30-2023 16:45:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:36:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 11-30-2023 16:45:36:Registering on Client 11-30-2023 16:45:36:Registering on WebTarget 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature1 registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature2 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature3 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature4 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature1 registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature2 registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature3 NOT registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature4 NOT registered as expected on WebTarget configuration 11-30-2023 16:45:36:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:36:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 11-30-2023 16:45:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:36:STARTING TEST : isEnabledFeatureReturningTrueTest() 11-30-2023 16:45:36:Registering on Client 11-30-2023 16:45:36:Registering on WebTarget 11-30-2023 16:45:36:Feature feature2 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature1 has been enabled as expected 11-30-2023 16:45:36:Feature feature3 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature4 has NOT been enabled as expected 11-30-2023 16:45:36:Feature feature1 registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature2 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature3 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature4 NOT registered as expected on Client configuration 11-30-2023 16:45:36:Feature feature1 registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature2 registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature3 NOT registered as expected on WebTarget configuration 11-30-2023 16:45:36:Feature feature4 NOT registered as expected on WebTarget configuration 11-30-2023 16:45:36:The provider with unassignable contract has ben ignored as expected 11-30-2023 16:45:36:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : cookieTest()11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 229 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: 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 11-30-2023 16:45:37:FINISHED TEST : cookieTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : contentLanguageTest() 11-30-2023 16:45:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 11-30-2023 16:45:37: TRACE: [WIRE] - >> anything 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 21 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Languageen-US 11-30-2023 16:45:37:FINISHED TEST : contentLanguageTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : acceptLanguageTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 35 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 11-30-2023 16:45:37:FINISHED TEST : acceptLanguageTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : getDateTest() 11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: getDate 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, Date:Thu, 30 Nov 2023 16:45:37 GMT, Content-Type:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - >> getDate 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 13 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << 1701362737000 11-30-2023 16:45:37:#getDate() returned expected Date instance 11-30-2023 16:45:37:FINISHED TEST : getDateTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : getHeaderStringTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: askdjb 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - >> askdjb 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << askdjbaskdjb 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: ksadbva 11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - >> ksadbva 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 14 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << ksadbvaksadbva 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: klwiaslkfn 11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - >> klwiaslkfn 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: klwvasbk 11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - >> klwvasbk 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << klwvasbkklwvasbk 11-30-2023 16:45:37:#getHeaderString() returned expected header values 11-30-2023 16:45:37:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : mediaTypeTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 136 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 11-30-2023 16:45:37:FINISHED TEST : mediaTypeTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : getHeaderStringUsesToStringTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37:[Request] Adding entity: bean 11-30-2023 16:45:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 11-30-2023 16:45:37: TRACE: [WIRE] - >> bean 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 53 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 11-30-2023 16:45:37:#getHeaderString() returned expected header converted by toString() method 11-30-2023 16:45:37:FINISHED TEST : getHeaderStringUsesToStringTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : mediaTypeAcceptableTest()11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 50 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 11-30-2023 16:45:37:FINISHED TEST : mediaTypeAcceptableTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : getLengthTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << -1 11-30-2023 16:45:37:#getLength() returned expected length -1 11-30-2023 16:45:37:FINISHED TEST : getLengthTest() 11-30-2023 16:45:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:37:STARTING TEST : requestHeadersTest() 11-30-2023 16:45:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 11-30-2023 16:45:37:############################### 11-30-2023 16:45:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 11-30-2023 16:45:37: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 11-30-2023 16:45:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Length: 130 11-30-2023 16:45:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:37: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 11-30-2023 16:45:37:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : selectVariantGetRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : selectVariantGetRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : selectVariantDeleteRequestTest()Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : selectVariantDeleteRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : selectVariantPostRequestTest() Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : selectVariantPostRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : getMethodPutRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : getMethodPutRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : selectVariantResponseVaryTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : selectVariantResponseVaryTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : getMethodGetRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : getMethodGetRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : getMethodPostRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:FINISHED TEST : getMethodPostRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : getMethodHeadRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : getMethodHeadRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:STARTING TEST : getMethodDeleteRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:45:38:FINISHED TEST : getMethodDeleteRequestTest() 11-30-2023 16:45:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:38:STARTING TEST : selectVariantPutRequestTest() 11-30-2023 16:45:38:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:45:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:45:38:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:39:ProcessingException has been thrown as expected 11-30-2023 16:45:39:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:39:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 11-30-2023 16:45:39:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : getLocationNotPresentTest()11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:39:response#getLocation() was null as expected 11-30-2023 16:45:39:FINISHED TEST : getLocationNotPresentTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39:[Request] Adding entity: delegate11-30-2023 16:45:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:39: TRACE: [WIRE] - >> delegate 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << s3: s3 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:39: TRACE: [WIRE] - << s1: s1 11-30-2023 16:45:39: TRACE: [WIRE] - << s2: s2 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:HeaderDelegate is used for header as expected 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:39:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39:Close() has been called on an entity stream as expected 11-30-2023 16:45:39:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : getLinksIsNotNullTest() 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39:#getLinks contains no links as expected 11-30-2023 16:45:39:FINISHED TEST : getLinksIsNotNullTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:Close() has not been called on entity stream as expected 11-30-2023 16:45:39:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39:STARTING TEST : bufferEntityThrowsExceptionTest() 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:ProcessingException has been thrown as expected 11-30-2023 16:45:39:FINISHED TEST : bufferEntityThrowsExceptionTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:45:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:39: TRACE: [WIRE] - >> anyrelation 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39:[Request] Adding entity: anyrelation 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:39: TRACE: [WIRE] - << Link: ; rel="anyrelation" 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:#getLinkBuilder creates correct Link for given relation 11-30-2023 16:45:39:FINISHED TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : getEntityTagNotPresentTest()11-30-2023 16:45:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 11-30-2023 16:45:39: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:39: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:39: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:39:response#getEntityTag() was null as expected 11-30-2023 16:45:39:FINISHED TEST : getEntityTagNotPresentTest() 11-30-2023 16:45:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:39:STARTING TEST : responseCreatedRelativeURITest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 11-30-2023 16:45:39:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:FINISHED TEST : responseCreatedRelativeURITest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : getLinksTest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << Link: ; rel="rel2",; rel="rel1" 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:#getLinks contains expected links 11-30-2023 16:45:40:FINISHED TEST : getLinksTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:[Request] Adding entity: stringheaders 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - >> stringheaders 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << s3: s3 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << s1: s1 11-30-2023 16:45:40: TRACE: [WIRE] - << s2: s2 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:#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)] 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 11-30-2023 16:45:40:IllegalStateException has been thrown as expected 11-30-2023 16:45:40:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : getLanguageNotPresentTest() 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:response#getLanguage() was null as expected 11-30-2023 16:45:40:FINISHED TEST : getLanguageNotPresentTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:Close() has been called on an entity stream as expected 11-30-2023 16:45:40:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:Close() has not been called on entity stream as expected 11-30-2023 16:45:40:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityClassTest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:Got expected ENtiTy 11-30-2023 16:45:40:FINISHED TEST : readEntityClassTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - >> application/atom+xml 11-30-2023 16:45:40:STARTING TEST : getMediaTypeTest() 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:[Request] Adding entity: application/atom+xml 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: application/atom+xml 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:#getMediaType returned expected MediaType 11-30-2023 16:45:40:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:40:STARTING TEST : getLinkTest() 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:[Request] Adding entity: getLinkTest 11-30-2023 16:45:40: TRACE: [WIRE] - >> getLinkTest 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << Link: ; rel="getLinkTest" 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:#getLink matches expected Link 11-30-2023 16:45:40:FINISHED TEST : getLinkTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:Null or zero length entity returned when no entity as expected 11-30-2023 16:45:40:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityGenericCloseIsCalledTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:Close() has been called on an entity stream as expected 11-30-2023 16:45:40:FINISHED TEST : readEntityGenericCloseIsCalledTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:40:IllegalStateException has been thrown as expected 11-30-2023 16:45:40:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:getHeaders is mutable 11-30-2023 16:45:40:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : readEntityClassAnnotationTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1701362740436 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 13 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1701362740436' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40: TRACE: [WIRE] - << 1701362740436 11-30-2023 16:45:40:Got expected date Thu Nov 30 16:45:40 UTC 2023 11-30-2023 16:45:40:FINISHED TEST : readEntityClassAnnotationTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : hasLinkWhenNoLinkTest()11-30-2023 16:45:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:40:#hasLink has not found any Link as expected 11-30-2023 16:45:40:FINISHED TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40:STARTING TEST : closeTest() 11-30-2023 16:45:40:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 11-30-2023 16:45:40:FINISHED TEST : closeTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 11-30-2023 16:45:40:STARTING TEST : getLanguageTest() 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:[Request] Adding entity: CA 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - >> CA 11-30-2023 16:45:40: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:40: TRACE: [WIRE] - << Content-Language: fr-CA 11-30-2023 16:45:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:40:#getLocale matches the Content-Language HTTP header 11-30-2023 16:45:40:FINISHED TEST : getLanguageTest() 11-30-2023 16:45:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 11-30-2023 16:45:40:STARTING TEST : getDateTest() 11-30-2023 16:45:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 11-30-2023 16:45:40:############################### 11-30-2023 16:45:40:[Request] Adding entity: 1701362740000 11-30-2023 16:45:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:40: TRACE: [WIRE] - >> 1701362740000 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << Date: Thu, 30 Nov 2023 16:45:40 GMT 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:#getDate matches the Date HTTP header 11-30-2023 16:45:42:FINISHED TEST : getDateTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:IllegalStateException has been thrown as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:Null or zero length entity returned when no entity as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 11-30-2023 16:45:42:STARTING TEST : getHeaderStringTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:42: TRACE: [WIRE] - >> headerstring 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Cache-Control: no-transform 11-30-2023 16:45:42:[Request] Adding entity: headerstring 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Encoding: gzip 11-30-2023 16:45:42: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 11-30-2023 16:45:42: TRACE: [WIRE] - << Expires: Thu, 30 Nov 2023 16:45:42 GMT 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: fr-CA 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:Found following objects: 11-30-2023 16:45:42:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.6 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Thu, 30 Nov 2023 16:45:42 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) 11-30-2023 16:45:42:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:IllegalStateException has been thrown as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityClassCloseIsCalledTest()11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:Close() has been called on an entity stream as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityClassCloseIsCalledTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:42:ProcessingException has been thrown as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:42: TRACE: [WIRE] - >> stringheaders 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42:[Request] Adding entity: stringheaders 11-30-2023 16:45:42: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << s1: s1 11-30-2023 16:45:42: TRACE: [WIRE] - << s2: s2 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:#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)] 11-30-2023 16:45:42:FINISHED TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 11-30-2023 16:45:42:STARTING TEST : getAllowedMethodsTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42:[Request] Adding entity: POST TRACE 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST TRACE 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << Allow: TRACE,POST 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:#getAllowedMethods returned expected methods TRACE;POST 11-30-2023 16:45:42:FINISHED TEST : getAllowedMethodsTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:45:42:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:Close() has not been called on entity stream as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 11-30-2023 16:45:42:STARTING TEST : getLengthNotPresentTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:#getLength matches expected Content-Length 0 11-30-2023 16:45:42:FINISHED TEST : getLengthNotPresentTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:IllegalStateException has been thrown as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:Null or zero length entity returned when no entity as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : bufferEntityBuffersDataTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:42:#bufferEntity did buffer opened stream as expected 11-30-2023 16:45:42:FINISHED TEST : bufferEntityBuffersDataTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : getCookiesIsImmutableTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:#getCookies is read-only as expected 11-30-2023 16:45:42:FINISHED TEST : getCookiesIsImmutableTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:45:42:STARTING TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42:[Request] Adding entity: toString 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:45:42: TRACE: [WIRE] - >> toString 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << s1: s1 11-30-2023 16:45:42: TRACE: [WIRE] - << s2: s2 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:toString method is used as expected 11-30-2023 16:45:42:FINISHED TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:45:42:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:45:42:ProcessingException has been thrown as expected 11-30-2023 16:45:42:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 11-30-2023 16:45:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:45:42:STARTING TEST : statusTest() 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 200 OK 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 201 CREATED 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 202 ACCEPTED 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 302 FOUND 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 303 SEE_OTHER 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 304 NOT_MODIFIED 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 305 USE_PROXY 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 400 BAD_REQUEST 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Connection: close 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1067 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

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

11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 402 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1066 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 403 FORBIDDEN 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 403 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1056 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 404 NOT_FOUND 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1044 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 405 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1090 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

11-30-2023 16:45:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080' 11-30-2023 16:45:42:############################### 11-30-2023 16:45:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406 11-30-2023 16:45:42: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:45:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:45:42: TRACE: [WIRE] - << TESTHEADER: status code in request = 406 11-30-2023 16:45:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:45:42: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:45:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:45:42: 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11-30-2023 16:46:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 11-30-2023 16:46:14:############################### 11-30-2023 16:46:14:[Request] Adding entity: UNAUTHORIZED 11-30-2023 16:46:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 11-30-2023 16:46:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:14: TRACE: [WIRE] - >> UNAUTHORIZED 11-30-2023 16:46:14: TRACE: [WIRE] - << 401 UNAUTHORIZED 11-30-2023 16:46:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Length: 1052 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:14: 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

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

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

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

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

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

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

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

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

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

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

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

11-30-2023 16:46:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 11-30-2023 16:46:14:############################### 11-30-2023 16:46:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 11-30-2023 16:46:14:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE 11-30-2023 16:46:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:14: TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE 11-30-2023 16:46:14: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 11-30-2023 16:46:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:14: TRACE: [WIRE] - << Connection: close 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Length: 1109 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:14: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:14: 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

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

11-30-2023 16:46:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 11-30-2023 16:46:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 11-30-2023 16:46:14:############################### 11-30-2023 16:46:14:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE 11-30-2023 16:46:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:14: TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE 11-30-2023 16:46:15: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 1169 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15: 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

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

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

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

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

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

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

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

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

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

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

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

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

11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED 11-30-2023 16:46:15: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 1104 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15: 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

11-30-2023 16:46:15:#getStatusInfo returned expected StatusTypes 11-30-2023 16:46:15:FINISHED TEST : getStatusInfoTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : hasEntityWhenEntityTest() 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:#hasEntity found the entity as expected 11-30-2023 16:46:15:FINISHED TEST : hasEntityWhenEntityTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getLengthTest() 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - >> 1234567890 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: 1234567890 11-30-2023 16:46:15: TRACE: [WIRE] - << 1234567890 11-30-2023 16:46:15:#getLength matches expected Content-Length 10 11-30-2023 16:46:15:FINISHED TEST : getLengthTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getHeadersUsingHeaderDelegateTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: notnull 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - >> notnull 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << s3: s3 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << s1: s1 11-30-2023 16:46:15: TRACE: [WIRE] - << s2: s2 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:Received: 11-30-2023 16:46:15: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) 11-30-2023 16:46:15: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) 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:Close() has not been called on entity stream as expected 11-30-2023 16:46:15:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getLastModifiedTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: 1701362775000 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - >> 1701362775000 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Last-Modified: Thu, 30 Nov 2023 16:46:15 GMT 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:#getLastModified matches the Last-Modified HTTP header 11-30-2023 16:46:15:FINISHED TEST : getLastModifiedTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 11-30-2023 16:46:15:STARTING TEST : hasLinkWhenLinkTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: path 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - >> path 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << Link: ; rel="path" 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:#hasEntity found the Link as expected 11-30-2023 16:46:15:FINISHED TEST : hasLinkWhenLinkTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:15:STARTING TEST : getLocationTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:[Request] Adding entity: path 11-30-2023 16:46:15: TRACE: [WIRE] - >> path 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:#getLocation contains expected location 11-30-2023 16:46:15:FINISHED TEST : getLocationTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15: TRACE: [WIRE] - << ENtiTy 11-30-2023 16:46:15:#getLinkBuilder returned null as expected 11-30-2023 16:46:15:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getLinkNotPresentTest() 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:response#getLink() was null as expected 11-30-2023 16:46:15:FINISHED TEST : getLinkNotPresentTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : getCookiesTest() 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15:#getCookies returned expected cookies 11-30-2023 16:46:15:FINISHED TEST : getCookiesTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:46:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 11-30-2023 16:46:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:#hasEntity has not found any entity as expected 11-30-2023 16:46:15:FINISHED TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:46:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:15:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest() 11-30-2023 16:46:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 11-30-2023 16:46:15: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:15: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 11-30-2023 16:46:15:############################### 11-30-2023 16:46:15: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 11-30-2023 16:46:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:15: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:15:Null or zero length entity returned when no entity as expected 11-30-2023 16:46:15:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.737 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT 11-30-2023 16:46:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:16:STARTING TEST : entityObjectTest()11-30-2023 16:46:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 11-30-2023 16:46:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 11-30-2023 16:46:16:############################### 11-30-2023 16:46:16:[Request] Adding entity: 1701362776502 11-30-2023 16:46:16: TRACE: [WIRE] - >> 1701362776502 11-30-2023 16:46:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:16: TRACE: [WIRE] - << Content-Length: 123 11-30-2023 16:46:16: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:46:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:16: TRACE: [WIRE] - << 1701362776502 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 11-30-2023 16:46:16:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 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 11-30-2023 16:46:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:18:STARTING TEST : noAuthorizationTest() 11-30-2023 16:46:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:18:FINISHED TEST : noAuthorizationTest() 11-30-2023 16:46:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:18:STARTING TEST : basicAuthorizationIncorrectUserTest() 11-30-2023 16:46:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:18:FINISHED TEST : basicAuthorizationIncorrectUserTest() 11-30-2023 16:46:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:18:STARTING TEST : basicAuthorizationAdminTest() Nov 30, 2023 4:46:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:18:FINISHED TEST : basicAuthorizationAdminTest() 11-30-2023 16:46:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:18:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 11-30-2023 16:46:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:18:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 11-30-2023 16:46:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:18:STARTING TEST : basicAuthorizationStandardUserTest()Nov 30, 2023 4:46:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:18:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 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 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : getMatchedURIsTest() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : getMatchedURIsTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : queryTest() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : queryTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : pathParamTest1() 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathParamTest1() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathParamTest2() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathParamTest2() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathParamTest()Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathParamTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : pathTest1() 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathTest1() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathTest2() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathTest2() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathSegTest() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathSegTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : queryTest1() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[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' 11-30-2023 16:46:19:FINISHED TEST : queryTest1() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : queryTest2() 11-30-2023 16:46:19:[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' 11-30-2023 16:46:19:FINISHED TEST : queryTest2() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathSegTest1() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathSegTest1() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : pathSegTest2() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathSegTest2() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : getMatchedURIsTest1() Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : getMatchedURIsTest1() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : getMatchedURIsTest2() 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : getMatchedURIsTest2() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : getMatchedResourcesTest() 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : getMatchedResourcesTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:STARTING TEST : pathTest() 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : pathTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : requestURITest()Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : requestURITest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : aPathTest()Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : aPathTest() 11-30-2023 16:46:19:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:19:STARTING TEST : baseUriTest()Nov 30, 2023 4:46:19 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:19:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:19:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.103 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : deleteSubTest() Nov 30, 2023 4:46:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:20:FINISHED TEST : deleteSubTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : deleteTest1()Nov 30, 2023 4:46:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:20:FINISHED TEST : deleteTest1() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : deleteTest2()Nov 30, 2023 4:46:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:20:FINISHED TEST : deleteTest2() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : deleteSubTest1() 11-30-2023 16:46:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:20:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 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 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : setAnnotationsNullThrowsNPETest()11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 48 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << NullPointerException has been thrown as expected 11-30-2023 16:46:20:FINISHED TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20:STARTING TEST : setAnnotationsTest() 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 69 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 11-30-2023 16:46:20:FINISHED TEST : setAnnotationsTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : setGenericTypeTest() 11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << [B 11-30-2023 16:46:20:FINISHED TEST : setGenericTypeTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20:STARTING TEST : getMediaTypeTest() 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << application/json 11-30-2023 16:46:20:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : setPropertyNullTest() 11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << None 11-30-2023 16:46:20:FINISHED TEST : setPropertyNullTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : getPropertyNamesIsReadOnlyTest()11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << None 11-30-2023 16:46:20:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : getPropertyNamesTest()11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 49 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 11-30-2023 16:46:20:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : getPropertyIsNullTest() 11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << None 11-30-2023 16:46:20:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:20:STARTING TEST : setMediaTypeTest()11-30-2023 16:46:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:20: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 11-30-2023 16:46:20: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:20:############################### 11-30-2023 16:46:20:[Request] Adding entity: Entity 11-30-2023 16:46:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:46:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:20: TRACE: [WIRE] - << application/x-www-form-urlencoded 11-30-2023 16:46:20:FINISHED TEST : setMediaTypeTest() 11-30-2023 16:46:20:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : setTypeTest()11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: java.io.InputStreamReader@3f802caa 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> java.io.InputStreamReader@3f802caa 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 25 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << java.io.InputStreamReader 11-30-2023 16:46:21:#setType set correct type java.io.InputStreamReader 11-30-2023 16:46:21:FINISHED TEST : setTypeTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getTypeTest()11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:21:FINISHED TEST : getTypeTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getAnnotationsTest()11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]} 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 69 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 11-30-2023 16:46:21:FINISHED TEST : getAnnotationsTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getGenericTypeTest()11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:21:FINISHED TEST : getGenericTypeTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : setPropertyTest() 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << Other Entity 11-30-2023 16:46:21:FINISHED TEST : setPropertyTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : removePropertyTest() 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << None 11-30-2023 16:46:21:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 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 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getEntityTest()11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << Entity 11-30-2023 16:46:21:FINISHED TEST : getEntityTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 40 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 11-30-2023 16:46:21:FINISHED TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : setEntityTest() 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << OPERATION 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21:FINISHED TEST : setEntityTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << Property 11-30-2023 16:46:21:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : setOutputStreamTest() 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 8192 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << Enxixy 11-30-2023 16:46:21:FINISHED TEST : setOutputStreamTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 11-30-2023 16:46:21: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 11-30-2023 16:46:21:[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 11-30-2023 16:46:21:WebApplicationException has been thrown as expected 11-30-2023 16:46:21:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:21:STARTING TEST : getHeadersTest() 11-30-2023 16:46:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:21:############################### 11-30-2023 16:46:21:[Request] Adding entity: Entity 11-30-2023 16:46:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:21: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 11-30-2023 16:46:21: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:21: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Length: 90 11-30-2023 16:46:21: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:21: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 11-30-2023 16:46:21:FINISHED TEST : getHeadersTest() 11-30-2023 16:46:21:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:22:STARTING TEST : getOutputStreamTest()11-30-2023 16:46:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:22: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 11-30-2023 16:46:22: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:22: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:22:############################### 11-30-2023 16:46:22:[Request] Adding entity: Entity 11-30-2023 16:46:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:22: TRACE: [WIRE] - << NoneEntity 11-30-2023 16:46:22:FINISHED TEST : getOutputStreamTest() 11-30-2023 16:46:22:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:22:STARTING TEST : proceedThrowsIOExceptionTest() 11-30-2023 16:46:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 11-30-2023 16:46:22:############################### 11-30-2023 16:46:22:[Request] Adding entity: Entity 11-30-2023 16:46:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 11-30-2023 16:46:22: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 11-30-2023 16:46:22: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:22: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Length: 39 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:22: TRACE: [WIRE] - << IOException has been thrown as expected 11-30-2023 16:46:22:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 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 11-30-2023 16:46:22:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:22:STARTING TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:46:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:22:############################### 11-30-2023 16:46:22:[Request] Adding entity: Entity 11-30-2023 16:46:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:22: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 11-30-2023 16:46:22: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:22: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Length: 48 11-30-2023 16:46:22: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:22: TRACE: [WIRE] - << NullPointerException has been thrown as expected 11-30-2023 16:46:22:FINISHED TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:46:22:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:22:STARTING TEST : setAnnotationsTest() 11-30-2023 16:46:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:22:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 69 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 11-30-2023 16:46:23:FINISHED TEST : setAnnotationsTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : setGenericTypeTest() 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << [B 11-30-2023 16:46:23:FINISHED TEST : setGenericTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getMediaTypeTest()11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << application/json 11-30-2023 16:46:23:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : setPropertyNullTest() 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << None 11-30-2023 16:46:23:FINISHED TEST : setPropertyNullTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << None 11-30-2023 16:46:23:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getPropertyNamesTest()11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 139 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 11-30-2023 16:46:23:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getPropertyIsNullTest()11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << None 11-30-2023 16:46:23:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : setMediaTypeTest()11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << application/x-www-form-urlencoded 11-30-2023 16:46:23:FINISHED TEST : setMediaTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : setTypeTest()11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> java.io.InputStreamReader@6bed3694 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: java.io.InputStreamReader@6bed3694 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 25 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << java.io.InputStreamReader 11-30-2023 16:46:23:#setType set correct type java.io.InputStreamReader 11-30-2023 16:46:23:FINISHED TEST : setTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getTypeTest() 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:23:FINISHED TEST : getTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getAnnotationsTest() 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 0 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23:FINISHED TEST : getAnnotationsTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : getGenericTypeTest() 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:23:FINISHED TEST : getGenericTypeTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : setPropertyTest() 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << Other Entity 11-30-2023 16:46:23:FINISHED TEST : setPropertyTest() 11-30-2023 16:46:23:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:23:STARTING TEST : removePropertyTest() 11-30-2023 16:46:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 11-30-2023 16:46:23: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 11-30-2023 16:46:23: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:23:############################### 11-30-2023 16:46:23:[Request] Adding entity: Entity 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:23: TRACE: [WIRE] - << None 11-30-2023 16:46:23:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 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 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : getHeadersHeadersSetTest()11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 121 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 11-30-2023 16:46:24:FINISHED TEST : getHeadersHeadersSetTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : setInputStreamTest() 11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << Other Entity 11-30-2023 16:46:24:FINISHED TEST : setInputStreamTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 71 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 11-30-2023 16:46:24:FINISHED TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : getHeadersIsMutableTest()11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << Property 11-30-2023 16:46:24:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 51 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 11-30-2023 16:46:24:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : getInputStreamTest() 11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: getInputStreamEntity 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> getInputStreamEntity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 20 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << getInputStreamEntity 11-30-2023 16:46:24:FINISHED TEST : getInputStreamTest() 11-30-2023 16:46:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:24:STARTING TEST : proceedThrowsIOExceptionTest()11-30-2023 16:46:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 11-30-2023 16:46:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 11-30-2023 16:46:24:############################### 11-30-2023 16:46:24:[Request] Adding entity: Entity 11-30-2023 16:46:24: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 11-30-2023 16:46:24: TRACE: [WIRE] - >> Entity 11-30-2023 16:46:24: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Length: 39 11-30-2023 16:46:24: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:24: TRACE: [WIRE] - << IOException has been thrown as expected 11-30-2023 16:46:24:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 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 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 48 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << NullPointerException has been thrown as expected 11-30-2023 16:46:25:FINISHED TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : setAnnotationsTest() 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 69 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 11-30-2023 16:46:25:FINISHED TEST : setAnnotationsTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : setGenericTypeTest()11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << [B 11-30-2023 16:46:25:FINISHED TEST : setGenericTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : getMediaTypeTest()11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << application/json 11-30-2023 16:46:25:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : setPropertyNullTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << None 11-30-2023 16:46:25:FINISHED TEST : setPropertyNullTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 11-30-2023 16:46:25:STARTING TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << None 11-30-2023 16:46:25:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : getPropertyNamesTest()11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 139 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 11-30-2023 16:46:25:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 11-30-2023 16:46:25:STARTING TEST : getPropertyIsNullTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETPROPERTY 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << None 11-30-2023 16:46:25:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 11-30-2023 16:46:25:STARTING TEST : setMediaTypeTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << application/x-www-form-urlencoded 11-30-2023 16:46:25:FINISHED TEST : setMediaTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : setTypeTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETTYPE 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 25 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << java.io.InputStreamReader 11-30-2023 16:46:25:#setType set correct type java.io.InputStreamReader 11-30-2023 16:46:25:FINISHED TEST : setTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 11-30-2023 16:46:25:STARTING TEST : getTypeTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETTYPE 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:25:FINISHED TEST : getTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : getAnnotationsTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080'11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 124 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 11-30-2023 16:46:25:FINISHED TEST : getAnnotationsTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : getGenericTypeTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << java.lang.String 11-30-2023 16:46:25:FINISHED TEST : getGenericTypeTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25:STARTING TEST : setPropertyTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: SETPROPERTY 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 12 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << Other Entity 11-30-2023 16:46:25:FINISHED TEST : setPropertyTest() 11-30-2023 16:46:25:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:25:STARTING TEST : removePropertyTest() 11-30-2023 16:46:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 11-30-2023 16:46:25:############################### 11-30-2023 16:46:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 11-30-2023 16:46:25: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:25: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:25: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:25: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:25: TRACE: [WIRE] - << None 11-30-2023 16:46:25:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 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 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : getEntityTest() 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: GETENTITY 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << Entity 11-30-2023 16:46:26:FINISHED TEST : getEntityTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Property4: any 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - << Property3: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property2: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property1: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property0: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: GETHEADERS 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 72 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 11-30-2023 16:46:26:FINISHED TEST : getHeadersOperationOnlyTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: SETENTITY 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26:STARTING TEST : setEntityTest() 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION 11-30-2023 16:46:26:FINISHED TEST : setEntityTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : getHeadersIsMutableTest()11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:26: TRACE: [WIRE] - << Property: Property 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << Property 11-30-2023 16:46:26:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : setOutputStreamTest()11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 8192 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << Enxixy 11-30-2023 16:46:26:FINISHED TEST : setOutputStreamTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : proceedThrowsWebApplicationExceptionTest()11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 51 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 11-30-2023 16:46:26:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : getHeadersTest() 11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Property4: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property3: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property2: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property1: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Property0: any 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: GETHEADERS 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 72 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 11-30-2023 16:46:26:FINISHED TEST : getHeadersTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : getOutputStreamTest()11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << NoneEntity 11-30-2023 16:46:26:FINISHED TEST : getOutputStreamTest() 11-30-2023 16:46:26:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:26:STARTING TEST : proceedThrowsIOExceptionTest()11-30-2023 16:46:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 11-30-2023 16:46:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 11-30-2023 16:46:26:############################### 11-30-2023 16:46:26: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:26: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:26: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Length: 39 11-30-2023 16:46:26: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:26: TRACE: [WIRE] - << IOException has been thrown as expected 11-30-2023 16:46:26:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 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 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : defaultValuePathParamInLocatorTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValuePathParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : defaultValueInFormParamTest() 11-30-2023 16:46:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValueInFormParamTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : defaultValueInCookieParamTest() 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValueInCookieParamTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28:STARTING TEST : defaultValueQueryParamInLocatorTest() 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValueQueryParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : pathParamInLocatorTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : pathParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : formParamUsesParamConvertorTest() 11-30-2023 16:46:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 11-30-2023 16:46:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28:[Request] Adding entity: param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:46:28: TRACE: [WIRE] - >> param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : formParamUsesParamConvertorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : headerParamUsesParamConvertorTest() 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : headerParamUsesParamConvertorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : defaultValueInMatrixParamTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValueInMatrixParamTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : isParamCoverterInApplicationClassesUsedTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : cookieParamInLocatorTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : cookieParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : matrixParamInLocatorTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : matrixParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : matrixParamUsesParamConvertorTest() 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28:FINISHED TEST : matrixParamUsesParamConvertorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : defaultValueInPathParamTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:28:FINISHED TEST : defaultValueInPathParamTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest()11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : headerParamInLocatorTest() 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:28: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:28:FINISHED TEST : headerParamInLocatorTest() 11-30-2023 16:46:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:28:STARTING TEST : queryParamInLocatorTest() 11-30-2023 16:46:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:28:############################### 11-30-2023 16:46:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 11-30-2023 16:46:28: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:29:FINISHED TEST : queryParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueCookieParamInLocatorTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueCookieParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : pathParamUsesParamConvertorTest() 11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:29:FINISHED TEST : pathParamUsesParamConvertorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueMatrixParamInLocatorTest() 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : cookieParamUsesParamConvertorTest() 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29:FINISHED TEST : cookieParamUsesParamConvertorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : atomicIntegerPassesTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << 10 11-30-2023 16:46:29:FINISHED TEST : atomicIntegerPassesTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueFormParamInLocatorTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueFormParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueHeaderParamInLocatorTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : formParamInLocatorTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 11-30-2023 16:46:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29:[Request] Adding entity: param=ABCDEFGH 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:46:29: TRACE: [WIRE] - >> param=ABCDEFGH 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << ABCDEFGH 11-30-2023 16:46:29:FINISHED TEST : formParamInLocatorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 5986 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 11-30-2023 16:46:29: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 11-30-2023 16:46:29: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 11-30-2023 16:46:29: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 11-30-2023 16:46:29: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 11-30-2023 16:46:29: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:562) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:503) 11-30-2023 16:46:29: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) 11-30-2023 16:46:29: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:425) 11-30-2023 16:46:29: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 11-30-2023 16:46:29: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 11-30-2023 16:46:29: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 11-30-2023 16:46:29:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueInHeaderParamTest() 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueInHeaderParamTest() 11-30-2023 16:46:29:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:29:STARTING TEST : defaultValueInQueryParamTest() 11-30-2023 16:46:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 11-30-2023 16:46:29:############################### 11-30-2023 16:46:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 11-30-2023 16:46:29: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:46:29: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:29: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:29: TRACE: [WIRE] - << DEFAULT 11-30-2023 16:46:29:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.738 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:30:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : readEntityFromBodyTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : readEntityFromBodyTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : readEntityFromHeaderTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : readEntityFromHeaderTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : writeBodyEntityUsingWriterTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:30:FINISHED TEST : writeBodyEntityUsingWriterTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : writeHeaderEntityUsingWriterTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : writeHeaderEntityUsingWriterTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : getSingletonsTest() Nov 30, 2023 4:46:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : getSingletonsTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : getClassesTest() Nov 30, 2023 4:46:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : getClassesTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : writeIOExceptionWithoutWriterTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : writeIOExceptionWithoutWriterTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredAppJsonContextResolverTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredTextPlainContextResolverTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : writeIOExceptionUsingWriterTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : writeIOExceptionUsingWriterTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : readEntityIOExceptionTest() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : readEntityIOExceptionTest() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : readEntityWebException400Test() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : readEntityWebException400Test() 11-30-2023 16:46:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:30:STARTING TEST : readEntityWebException410Test() 11-30-2023 16:46:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:30:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamNothingSentTest() 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamNothingSentTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromConstructorTest() Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromStringTest() 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromStringTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamValueOfTest() Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamValueOfTest() 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:31:STARTING TEST : nonDefaultFormParamFromListFromStringTest() Nov 30, 2023 4:46:31 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:31:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : defaultFormParamSentTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamSentTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromConstructorTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromConstructorTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromListConstructorTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromListConstructorTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamPutNoArgSentTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamPutNoArgSentTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamValueOfTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamValueOfTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamPutArgSentTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamPutArgSentTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromListFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromListFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : formParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamNothingSentTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamNothingSentTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromConstructorTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromListConstructorTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : defaultFormParamNoArgSentTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamNoArgSentTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : defaultFormParamFromSetFromStringTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : defaultFormParamFromSetFromStringTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamValueOfTest() Nov 30, 2023 4:46:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:32:FINISHED TEST : nonDefaultFormParamValueOfTest() 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:32:STARTING TEST : nonDefaultFormParamFromListFromStringTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:32:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.412 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamSentTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamSentTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromConstructorTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromConstructorTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromListConstructorTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromListConstructorTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamPutNoArgSentTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamPutNoArgSentTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamValueOfTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamValueOfTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamPutArgSentTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamPutArgSentTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromListFromStringTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromListFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamNothingSentTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamNothingSentTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromStringTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromConstructorTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromStringTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromListConstructorTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:STARTING TEST : defaultFormParamNoArgSentTest() 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamNoArgSentTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : formParamEntityWithEncodedTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : formParamEntityWithEncodedTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : defaultFormParamFromSetFromStringTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : defaultFormParamFromSetFromStringTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamValueOfTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamValueOfTest() 11-30-2023 16:46:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:33:STARTING TEST : nonDefaultFormParamFromListFromStringTest() Nov 30, 2023 4:46:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:33:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:33:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : headSubTest() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : headSubTest() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : getSubTest() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : getSubTest() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : recursiveResourceLocatorTest() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[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' 11-30-2023 16:46:34:FINISHED TEST : recursiveResourceLocatorTest() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : headTest1() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : headTest1() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : headTest2() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : headTest2() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : dynamicGetTest() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : dynamicGetTest() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : optionSubTest() 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : optionSubTest() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : getTest1() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : getTest1() 11-30-2023 16:46:34:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:34:STARTING TEST : getTest2() Nov 30, 2023 4:46:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:34:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 11-30-2023 16:46:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:35:STARTING TEST : headSubTest() Nov 30, 2023 4:46:35 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:35:FINISHED TEST : headSubTest() 11-30-2023 16:46:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:35:STARTING TEST : headTest1() Nov 30, 2023 4:46:35 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:35:FINISHED TEST : headTest1() 11-30-2023 16:46:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:35:STARTING TEST : headTest2() 11-30-2023 16:46:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:35 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:35:FINISHED TEST : headTest2() 11-30-2023 16:46:35:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:35 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:35:STARTING TEST : headGetTest() 11-30-2023 16:46:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:35:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:STARTING TEST : headerParamEntityWithConstructorTest() 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamEntityWithConstructorTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamStringTest()Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:FINISHED TEST : headerParamStringTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamLongTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:FINISHED TEST : headerParamLongTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamByteTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamByteTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamBooleanTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamBooleanTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamListEntityWithFromStringTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:FINISHED TEST : headerParamListEntityWithFromStringTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamFloatTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamFloatTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamShortTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamShortTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamEntityWithValueOfTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:36:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:36:STARTING TEST : headerParamNoQueryTest() Nov 30, 2023 4:46:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:FINISHED TEST : headerParamNoQueryTest() 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:STARTING TEST : headerParamDoubleTest() Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:FINISHED TEST : headerParamDoubleTest() 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:STARTING TEST : headerParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:FINISHED TEST : headerParamSetEntityWithFromStringTest() 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:STARTING TEST : headerParamIntTest() Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:FINISHED TEST : headerParamIntTest() 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:37:STARTING TEST : headerParamEntityWithFromStringTest() Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:37 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:37:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamEntityWithConstructorTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamEntityWithConstructorTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamLongTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamLongTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamByteTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamByteTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldParamEntityWithValueOfTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamBooleanTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamBooleanTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamListEntityWithFromStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamListEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamFloatTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamFloatTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamShortTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamShortTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldParamEntityWithConstructorTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldParamEntityWithFromStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamNoQueryTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamNoQueryTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamDoubleTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamDoubleTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamSetEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:STARTING TEST : headerParamIntTest() Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:FINISHED TEST : headerParamIntTest() 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:38:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:STARTING TEST : headerParamEntityWithFromStringTest() 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:38:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamEntityWithConstructorTest()Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamEntityWithConstructorTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamLongTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamLongTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamByteTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamByteTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldParamEntityWithValueOfTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamBooleanTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamBooleanTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamListEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamListEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamFloatTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamFloatTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamShortTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamShortTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamEntityWithValueOfTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldParamEntityWithConstructorTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldParamEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamNoQueryTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamNoQueryTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamDoubleTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamDoubleTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamSetEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:39:STARTING TEST : headerParamIntTest() Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:FINISHED TEST : headerParamIntTest() 11-30-2023 16:46:39:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:STARTING TEST : headerParamEntityWithFromStringTest() 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:39:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:39:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamDoubleTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamDoubleTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:FINISHED TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamLongTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamLongTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamBooleanTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamBooleanTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamIntTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamIntTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamByteTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamByteTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamStringTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamStringTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamFloatTest() 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:FINISHED TEST : matrixParamFloatTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamShortTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:FINISHED TEST : matrixParamShortTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamListEntityWithFromStringTest()Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:FINISHED TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:STARTING TEST : matrixParamEntityWithConstructorTest() Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:40:[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' Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:FINISHED TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:40:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:40:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:40:[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' 11-30-2023 16:46:40:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixParamDoubleTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamDoubleTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamEntityWithValueOfTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:FINISHED TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamLongTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamLongTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamBooleanTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamBooleanTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamIntTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamIntTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamByteTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamByteTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixParamStringTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixParamFloatTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamFloatTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixParamShortTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamShortTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[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' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:46:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:41:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:41:[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' 11-30-2023 16:46:41:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixParamDoubleTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[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' 11-30-2023 16:46:42:FINISHED TEST : matrixParamDoubleTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamEntityWithValueOfTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixParamEntityWithEncodedTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamEntityWithEncodedTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixParamEntityWithFromStringTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:FINISHED TEST : matrixParamEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamLongTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:FINISHED TEST : matrixParamLongTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamBooleanTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamBooleanTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamIntTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:FINISHED TEST : matrixParamIntTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixParamByteTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamByteTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamEntityWithValueOfTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamEntityWithConstructorTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:42:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamFloatTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[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' 11-30-2023 16:46:42:FINISHED TEST : matrixParamFloatTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamShortTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamShortTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamListEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamEntityWithConstructorTest() 11-30-2023 16:46:42:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:42 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:42:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:42:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 11-30-2023 16:46:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:43:STARTING TEST : autoResponseTest() 11-30-2023 16:46:43:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:43:FINISHED TEST : autoResponseTest() 11-30-2023 16:46:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:43:STARTING TEST : optionsTest() 11-30-2023 16:46:43:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:43:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:STARTING TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:STARTING TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : test1() 11-30-2023 16:46:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:FINISHED TEST : test1() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : test2() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:44:FINISHED TEST : test2() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : test3() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : test3() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : test4() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : test4() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : test5() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : test5() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:STARTING TEST : test6() 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : test6() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : pathParamEntityWithConstructorTest() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamEntityWithConstructorTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : pathParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamSetEntityWithFromStringTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:44:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:44:STARTING TEST : pathParamListEntityWithFromStringTest() Nov 30, 2023 4:46:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:44:[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' 11-30-2023 16:46:44:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamEntityWithFromStringTest() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamEntityWithEncodedTest() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamEntityWithEncodedTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamEntityWithValueOfTest() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : test1() 11-30-2023 16:46:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:45:FINISHED TEST : test1() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : test2() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:45:FINISHED TEST : test2() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : test3() 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : test3() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : test4() 11-30-2023 16:46:45:[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' Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : test4() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : test5()Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : test5() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : test6() 11-30-2023 16:46:45:[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' ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) 11-30-2023 16:46:45:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 11-30-2023 16:46:45:[JAXRSCommonClient] null failed! Check output for cause of failure. at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223) at 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) 11-30-2023 16:46:45:[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' Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:FINISHED TEST : test6() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : test7() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:[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) 11-30-2023 16:46:45:[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) 11-30-2023 16:46:45:[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' Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:FINISHED TEST : test7() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamEntityWithConstructorTest()Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamEntityWithConstructorTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:STARTING TEST : pathParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamSetEntityWithFromStringTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:45:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:45:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:45:STARTING TEST : pathParamListEntityWithFromStringTest() 11-30-2023 16:46:45:[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' 11-30-2023 16:46:45:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:46:46:[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' Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:FINISHED TEST : pathParamEntityWithFromStringTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamEntityWithEncodedTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:FINISHED TEST : pathParamEntityWithEncodedTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamEntityWithValueOfTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : pathParamEntityWithValueOfTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test1() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : test1() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test2() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : test2() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test3() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : test3() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test4() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : test4() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test5() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : test5() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:46 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!11-30-2023 16:46:46:STARTING TEST : test6() 11-30-2023 16:46:46:[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' 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) 11-30-2023 16:46:46:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 11-30-2023 16:46:46:[JAXRSCommonClient] null failed! Check output for cause of failure. 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) Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : test6() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : test7() Nov 30, 2023 4:46:46 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!11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:[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 ------------------------------------------- 11-30-2023 16:46:46:[JAXRSCommonClient] null failed! Check output for cause of failure. at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at 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) Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : test7() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamEntityWithConstructorTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : pathParamEntityWithConstructorTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : pathParamSetEntityWithFromStringTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:46:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:46:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:46:STARTING TEST : pathParamListEntityWithFromStringTest() Nov 30, 2023 4:46:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:46:[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' 11-30-2023 16:46:46:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : anyUnknownConsumesTest()Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyUnknownConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : unknownAnyTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : unknownAnyTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : widgetsXmlAnyTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : widgetsXmlAnyTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : plainPlusConsumeXmlTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainPlusConsumeXmlTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : anyWidgetsxmlConsumesTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyWidgetsxmlConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : widgetsXmlAnyConsumesTest()Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : widgetsXmlAnyConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : htmlPlainTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : htmlPlainTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : htmlUnknownConsumesTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : htmlUnknownConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : htmlPlainConsumesTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : htmlPlainConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : plainAnyConsumesTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainAnyConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : plainPlusProducePlainTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainPlusProducePlainTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : unknownAnyConsumesTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : unknownAnyConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : anyWidgetsxmlTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyWidgetsxmlTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : anyPlainTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyPlainTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : plainAnyTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainAnyTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : htmlUnknownTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : htmlUnknownTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : anyPlainConsumesTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyPlainConsumesTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:STARTING TEST : anyUnknownTest() 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : anyUnknownTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : plainPlusProduceXmlTest() Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainPlusProduceXmlTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : plainPlusConsumePlainTest()Nov 30, 2023 4:46:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:47:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : putSubTest() 11-30-2023 16:46:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 11-30-2023 16:46:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:46:47: TRACE: [WIRE] - >> dummy 11-30-2023 16:46:47: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:47:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 11-30-2023 16:46:47:############################### 11-30-2023 16:46:47:[Request] Adding entity: dummy 11-30-2023 16:46:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Length: 88 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:47: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 11-30-2023 16:46:47:FINISHED TEST : putSubTest() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : putTest1() 11-30-2023 16:46:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 11-30-2023 16:46:47: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 11-30-2023 16:46:47: TRACE: [WIRE] - >> dummy 11-30-2023 16:46:47: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Length: 18 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:47:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 11-30-2023 16:46:47:############################### 11-30-2023 16:46:47:[Request] Adding entity: dummy 11-30-2023 16:46:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:47: TRACE: [WIRE] - << CTS-put text/plain 11-30-2023 16:46:47:FINISHED TEST : putTest1() 11-30-2023 16:46:47:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:47:STARTING TEST : putTest2() 11-30-2023 16:46:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 11-30-2023 16:46:47: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 11-30-2023 16:46:47:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 11-30-2023 16:46:47:############################### 11-30-2023 16:46:47:[Request] Adding entity: dummy 11-30-2023 16:46:47: TRACE: [WIRE] - >> dummy 11-30-2023 16:46:47: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Length: 88 11-30-2023 16:46:47: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:47: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 11-30-2023 16:46:47:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:STARTING TEST : queryFieldParamEntityWithEncodedTest() 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamEntityWithEncodedTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:FINISHED TEST : queryParamEntityWithEncodedTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamStringTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:[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' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:FINISHED TEST : queryParamStringTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryFieldParamEntityWithFromStringTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryFieldParamEntityWithValueOfTest()Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[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' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamEntityWithValueOfTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryParamEntityWithValueOfTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:STARTING TEST : queryParamSetEntityWithFromStringTest() 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryParamSetEntityWithFromStringTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamListEntityWithFromStringTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:FINISHED TEST : queryParamListEntityWithFromStringTest() 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:48:STARTING TEST : queryParamBooleanTest() Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:48 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:[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' 11-30-2023 16:46:48:[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'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamBooleanTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithConstructorTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithConstructorTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamFloatTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamFloatTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamDoubleTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamDoubleTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamShortTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamShortTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamIntTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamIntTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamNoQueryTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamNoQueryTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamLongTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamLongTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamEntityWithConstructorTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamByteTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldParamEntityWithEncodedTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithEncodedTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithEncodedTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamStringTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamEntityWithValueOfTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithValueOfTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithValueOfTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamSetEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamListEntityWithFromStringTest()Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamListEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamBooleanTest()Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamBooleanTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldParamListEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithFromStringTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamEntityWithConstructorTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamEntityWithConstructorTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamFloatTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamFloatTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamDoubleTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[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' 11-30-2023 16:46:49:FINISHED TEST : queryParamDoubleTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamShortTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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' Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamShortTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamIntTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[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'Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:FINISHED TEST : queryParamIntTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:STARTING TEST : queryParamNoQueryTest() 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:FINISHED TEST : queryParamNoQueryTest() 11-30-2023 16:46:49:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:49:STARTING TEST : queryParamLongTest() Nov 30, 2023 4:46:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:50:[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' 11-30-2023 16:46:50:FINISHED TEST : queryParamLongTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:STARTING TEST : queryFieldParamEntityWithConstructorTest() Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:50:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:50:STARTING TEST : queryParamByteTest() 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:46:50:[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' Nov 30, 2023 4:46:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:46:50:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 11-30-2023 16:46:50:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:50:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:50:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:50:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:50:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:STARTING TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : getThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:50:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:50:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:50:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:50:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 11-30-2023 16:46:50:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:50: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:50:STARTING TEST : putThrowsProcessingExceptionTest() 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : putThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:50:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:50:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 11-30-2023 16:46:50:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:50:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 11-30-2023 16:46:50:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50: TRACE: [WIRE] - >> 11-30-2023 16:46:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:50: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:50:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:50:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:50:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:50:STARTING TEST : optionsTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 200 (OK) 11-30-2023 16:46:51:FINISHED TEST : optionsTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:51:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:51:STARTING TEST : methodThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : methodThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:51:STARTING TEST : deleteThrowsExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : deleteThrowsExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:51:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:51:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:STARTING TEST : traceThrowsProcessingExceptionTest() 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : traceThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:51:STARTING TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : postThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 11-30-2023 16:46:51:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:51:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : deleteTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 200 (OK) 11-30-2023 16:46:51:FINISHED TEST : deleteTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 11-30-2023 16:46:51:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:46:51:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:46:51:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 11-30-2023 16:46:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Length: 1172 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:46:51: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:51:Returned status 406 (NOT_ACCEPTABLE) 11-30-2023 16:46:51:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 11-30-2023 16:46:51:STARTING TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : headThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : optionsThrowsProcessingExceptionTest()11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : optionsThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()11-30-2023 16:46:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 11-30-2023 16:46:51: TRACE: [WIRE] - >> 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 11-30-2023 16:46:51:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:46:51: TRACE: [WIRE] - >> Content-Type:*/* 11-30-2023 16:46:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 11-30-2023 16:46:51:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:46:51:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.945 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 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 11-30-2023 16:46:52: TRACE: [WIRE] - >> 11-30-2023 16:46:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:52:STARTING TEST : optionsTest() 11-30-2023 16:46:52:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 11-30-2023 16:46:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:52: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:46:52: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:52:Returned status 200 (OK) 11-30-2023 16:46:52:FINISHED TEST : optionsTest() 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:STARTING TEST : deleteTest()11-30-2023 16:46:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 11-30-2023 16:46:52: TRACE: [WIRE] - >> 11-30-2023 16:46:52: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:52: TRACE: [WIRE] - << Content-Length: 6 11-30-2023 16:46:52:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 11-30-2023 16:46:52: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:46:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:52:Returned status 200 (OK) 11-30-2023 16:46:52:FINISHED TEST : deleteTest() 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:52:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.913 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 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:53:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 1.004 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 11-30-2023 16:46:54:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.5 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT 11-30-2023 16:46:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:55:STARTING TEST : stringTest() 11-30-2023 16:46:55:FINISHED TEST : stringTest() 11-30-2023 16:46:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:55:STARTING TEST : streamingOutputTest() 11-30-2023 16:46:56:FINISHED TEST : streamingOutputTest() 11-30-2023 16:46:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:56:STARTING TEST : fileTest() 11-30-2023 16:46:56:FINISHED TEST : fileTest() 11-30-2023 16:46:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 11-30-2023 16:46:56:STARTING TEST : closeTest() 11-30-2023 16:46:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 11-30-2023 16:46:57: TRACE: [WIRE] - >> Accept:text/plain 11-30-2023 16:46:57: TRACE: [WIRE] - << 200 OK 11-30-2023 16:46:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:46:57: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:46:57: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:46:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:46:57:############################### 11-30-2023 16:46:57: TRACE: [WIRE] - << true 11-30-2023 16:46:58:FINISHED TEST : closeTest() 11-30-2023 16:46:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:58:STARTING TEST : inputstreamTest() 11-30-2023 16:46:59:FINISHED TEST : inputstreamTest() 11-30-2023 16:46:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:59:STARTING TEST : readerTest() 11-30-2023 16:46:59:FINISHED TEST : readerTest() 11-30-2023 16:46:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:46:59:STARTING TEST : transformSourceTest() 11-30-2023 16:47:00:FINISHED TEST : transformSourceTest() 11-30-2023 16:47:00:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:00:STARTING TEST : multivaluedMapTest() 11-30-2023 16:47:01:FINISHED TEST : multivaluedMapTest() 11-30-2023 16:47:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:01:STARTING TEST : jaxbElementTest() 11-30-2023 16:47:01:FINISHED TEST : jaxbElementTest() 11-30-2023 16:47:01:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:01:STARTING TEST : sseStageCheckTest() 11-30-2023 16:47:02:FINISHED TEST : sseStageCheckTest() 11-30-2023 16:47:02:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:02:STARTING TEST : doubleTest() 11-30-2023 16:47:02:FINISHED TEST : doubleTest() 11-30-2023 16:47:02:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:02:STARTING TEST : datasourceTest() 11-30-2023 16:47:03:FINISHED TEST : datasourceTest() 11-30-2023 16:47:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:03:STARTING TEST : charTest() 11-30-2023 16:47:03:FINISHED TEST : charTest() 11-30-2023 16:47:03:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:03:STARTING TEST : intTest() 11-30-2023 16:47:04:FINISHED TEST : intTest() 11-30-2023 16:47:04:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:04:STARTING TEST : bytearrayTest() 11-30-2023 16:47:05:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.545 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT 11-30-2023 16:47:05:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 11-30-2023 16:47:05:STARTING TEST : wait2Seconds() 11-30-2023 16:47:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 11-30-2023 16:47:05:###############################11-30-2023 16:47:05: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:05: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:05: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:47:05: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:05: TRACE: [WIRE] - << OK 11-30-2023 16:47:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 11-30-2023 16:47:05:############################### 11-30-2023 16:47:05:[Request] Adding entity: 211-30-2023 16:47:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 11-30-2023 16:47:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:05: TRACE: [WIRE] - >> 2 11-30-2023 16:47:05: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:05: TRACE: [WIRE] - << Content-Length: 1 11-30-2023 16:47:05: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:05: TRACE: [WIRE] - << 2 11-30-2023 16:47:07:FINISHED TEST : wait2Seconds() 11-30-2023 16:47:07:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:07:STARTING TEST : xmlTest() 11-30-2023 16:47:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:07: TRACE: [WIRE] - >> text/xml 11-30-2023 16:47:07: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:07: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:47:07: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:07:############################### 11-30-2023 16:47:07:[Request] Adding entity: text/xml 11-30-2023 16:47:07: TRACE: [WIRE] - << text/xml 11-30-2023 16:47:09:FINISHED TEST : xmlTest() 11-30-2023 16:47:09:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:09:STARTING TEST : connectionLostFor1500msTest()11-30-2023 16:47:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 11-30-2023 16:47:09: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080' 11-30-2023 16:47:09:############################### 11-30-2023 16:47:09: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:47:09: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:09: TRACE: [WIRE] - << RESET 11-30-2023 16:47:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 11-30-2023 16:47:09:############################### 11-30-2023 16:47:09:[Request] Adding entity: 1 11-30-2023 16:47:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 11-30-2023 16:47:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:09: TRACE: [WIRE] - >> 1 11-30-2023 16:47:09: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:09: TRACE: [WIRE] - << Content-Length: 1 11-30-2023 16:47:09: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:09: TRACE: [WIRE] - << 1 11-30-2023 16:47:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 11-30-2023 16:47:12:############################### 11-30-2023 16:47:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 11-30-2023 16:47:12: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:12: TRACE: [WIRE] - << Content-Length: 1 11-30-2023 16:47:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:12: TRACE: [WIRE] - << 2 11-30-2023 16:47:12:FINISHED TEST : connectionLostFor1500msTest() 11-30-2023 16:47:12:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:12: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:12: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:12: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:12: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:12: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:12:STARTING TEST : stringTest() 11-30-2023 16:47:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:12:############################### 11-30-2023 16:47:12:[Request] Adding entity: text/plain 11-30-2023 16:47:13:FINISHED TEST : stringTest() 11-30-2023 16:47:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:13:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:13:STARTING TEST : dataSourceTest() 11-30-2023 16:47:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:13: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:13: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:13: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:13: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:13: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:13:############################### 11-30-2023 16:47:13:[Request] Adding entity: text/plain 11-30-2023 16:47:15:FINISHED TEST : dataSourceTest() 11-30-2023 16:47:15:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:15:STARTING TEST : reconnectByEventMethodTest() 11-30-2023 16:47:16:FINISHED TEST : reconnectByEventMethodTest() 11-30-2023 16:47:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:16:STARTING TEST : fileTest() 11-30-2023 16:47:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:16:############################### 11-30-2023 16:47:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:16: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:16:[Request] Adding entity: text/plain 11-30-2023 16:47:16: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:16: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:16: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:17:FINISHED TEST : fileTest() 11-30-2023 16:47:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:17:STARTING TEST : closeTest() 11-30-2023 16:47:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 11-30-2023 16:47:17:############################### 11-30-2023 16:47:17:[Request] Adding entity: true 11-30-2023 16:47:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 11-30-2023 16:47:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:17: TRACE: [WIRE] - >> true 11-30-2023 16:47:17: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:17: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:47:17: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:17: TRACE: [WIRE] - << true 11-30-2023 16:47:18:Received message no 0 11-30-2023 16:47:18:Received message no 1 11-30-2023 16:47:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 11-30-2023 16:47:18:############################### 11-30-2023 16:47:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 11-30-2023 16:47:18: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:18: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:47:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:18: TRACE: [WIRE] - << true 11-30-2023 16:47:18:Received message no 2 11-30-2023 16:47:19:Received message no 3 11-30-2023 16:47:20:Received message no 4 11-30-2023 16:47:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 11-30-2023 16:47:20:############################### 11-30-2023 16:47:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 11-30-2023 16:47:20: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:20: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:20: TRACE: [WIRE] - << Content-Length: 4 11-30-2023 16:47:20: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:20: TRACE: [WIRE] - << true 11-30-2023 16:47:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 11-30-2023 16:47:23:############################### 11-30-2023 16:47:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 11-30-2023 16:47:23: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:23: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:23: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:47:23: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:23: TRACE: [WIRE] - << false Sending false 11-30-2023 16:47:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 11-30-2023 16:47:27:############################### 11-30-2023 16:47:27:[Request] Adding entity: false 11-30-2023 16:47:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 11-30-2023 16:47:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:27: TRACE: [WIRE] - >> false 11-30-2023 16:47:27: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:27: TRACE: [WIRE] - << Content-Length: 5 11-30-2023 16:47:27: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:27: TRACE: [WIRE] - << false Sent false 11-30-2023 16:47:27:FINISHED TEST : closeTest() 11-30-2023 16:47:27:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:27:STARTING TEST : userReconnectByEventMethodTest() 11-30-2023 16:47:28:FINISHED TEST : userReconnectByEventMethodTest() 11-30-2023 16:47:28:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:28:STARTING TEST : byteArrayTest() 11-30-2023 16:47:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:28:############################### 11-30-2023 16:47:28:[Request] Adding entity: text/plain 11-30-2023 16:47:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:28: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:28: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:28: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:28: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:28: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:30:FINISHED TEST : byteArrayTest() 11-30-2023 16:47:30:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:30:STARTING TEST : readerTest() 11-30-2023 16:47:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:30:############################### 11-30-2023 16:47:30:[Request] Adding entity: text/plain 11-30-2023 16:47:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:30: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:30: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:30: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:30: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:30: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:31:FINISHED TEST : readerTest() 11-30-2023 16:47:31:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:31:STARTING TEST : transformSourceTest() 11-30-2023 16:47:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:31:############################### 11-30-2023 16:47:31:[Request] Adding entity: text/xml 11-30-2023 16:47:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:31: TRACE: [WIRE] - >> text/xml 11-30-2023 16:47:31: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:31: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:47:31: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:31: TRACE: [WIRE] - << text/xml 11-30-2023 16:47:33:FINISHED TEST : transformSourceTest() 11-30-2023 16:47:33:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:33:STARTING TEST : multivaluedMapTest() 11-30-2023 16:47:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:33: TRACE: [WIRE] - >> application/x-www-form-urlencoded 11-30-2023 16:47:33: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:33: TRACE: [WIRE] - << Content-Length: 33 11-30-2023 16:47:33: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:33: TRACE: [WIRE] - << application/x-www-form-urlencoded 11-30-2023 16:47:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:33:############################### 11-30-2023 16:47:33:[Request] Adding entity: application/x-www-form-urlencoded 11-30-2023 16:47:35:FINISHED TEST : multivaluedMapTest() 11-30-2023 16:47:35:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:35:STARTING TEST : jaxbElementTest() 11-30-2023 16:47:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:35:############################### 11-30-2023 16:47:35:[Request] Adding entity: text/xml 11-30-2023 16:47:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:35: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:35: TRACE: [WIRE] - >> text/xml 11-30-2023 16:47:35: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:35: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:47:35: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:35: TRACE: [WIRE] - << text/xml 11-30-2023 16:47:37:FINISHED TEST : jaxbElementTest() 11-30-2023 16:47:37:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:37:STARTING TEST : defaultWaiting1s() 11-30-2023 16:47:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 11-30-2023 16:47:37: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 11-30-2023 16:47:37:############################### 11-30-2023 16:47:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:37: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:47:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:37: TRACE: [WIRE] - << OK 11-30-2023 16:47:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 11-30-2023 16:47:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 11-30-2023 16:47:37:############################### 11-30-2023 16:47:37: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:37: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:37: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:47:37: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:37: TRACE: [WIRE] - << OK 11-30-2023 16:47:38:FINISHED TEST : defaultWaiting1s() 11-30-2023 16:47:38:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 11-30-2023 16:47:38:STARTING TEST : inputStreamTest() 11-30-2023 16:47:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 11-30-2023 16:47:38:############################### 11-30-2023 16:47:38: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 11-30-2023 16:47:38: TRACE: [WIRE] - >> text/plain 11-30-2023 16:47:38: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:38: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:38:[Request] Adding entity: text/plain 11-30-2023 16:47:38: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:38: TRACE: [WIRE] - << text/plain 11-30-2023 16:47:40:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 35.599 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 11-30-2023 16:47:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:41:STARTING TEST : exceptionMapperPriorityTest() Nov 30, 2023 4:47:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:47:41:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:41:FINISHED TEST : exceptionMapperPriorityTest() 11-30-2023 16:47:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:47:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:47:41:STARTING TEST : paramConverterPriorityTest() 11-30-2023 16:47:41:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:41:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT 11-30-2023 16:47:41:[JAXRSCommonClient] Test setup OK Nov 30, 2023 4:47:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:47:41:STARTING TEST : patchTest() 11-30-2023 16:47:41:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:41:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 11-30-2023 16:47:41:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:41:STARTING TEST : subResourceLocatorAsClassTest() 11-30-2023 16:47:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 11-30-2023 16:47:41:############################### 11-30-2023 16:47:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 11-30-2023 16:47:41: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:41: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:41: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:47:41: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:41: TRACE: [WIRE] - << OK 11-30-2023 16:47:41:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT 11-30-2023 16:47:42:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 11-30-2023 16:47:42: TRACE: [WIRE] - >> 11-30-2023 16:47:43: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:43: TRACE: [WIRE] - << Content-Length: 73 11-30-2023 16:47:42:STARTING TEST : completionStageReturnedTest() 11-30-2023 16:47:43: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:47:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:43:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT 11-30-2023 16:47:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:43:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 11-30-2023 16:47:43:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 11-30-2023 16:47:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:43:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 11-30-2023 16:47:43:FINISHED TEST : testRxClassGetsClassInstance() 11-30-2023 16:47:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:43:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 11-30-2023 16:47:43:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 11-30-2023 16:47:43:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:43:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 11-30-2023 16:47:44:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT 11-30-2023 16:47:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:44:STARTING TEST : writeTest() Nov 30, 2023 4:47:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:47:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:44:FINISHED TEST : writeTest() 11-30-2023 16:47:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:44:STARTING TEST : writeIOExceptionTest() 11-30-2023 16:47:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:44:FINISHED TEST : writeIOExceptionTest() 11-30-2023 16:47:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:44:STARTING TEST : writeWebApplicationExceptionTest() 11-30-2023 16:47:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:44:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 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 11-30-2023 16:47:44:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:44:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 11-30-2023 16:47:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 11-30-2023 16:47:44: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:44: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:44: TRACE: [WIRE] - << Content-Length: 25 11-30-2023 16:47:44: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:44: TRACE: [WIRE] - << Converted value: ABCDEFGH 11-30-2023 16:47:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 11-30-2023 16:47:44:############################### 11-30-2023 16:47:44:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT 11-30-2023 16:47:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:45:STARTING TEST : applicationPathAnnotationEncodedTest() 11-30-2023 16:47:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:45:FINISHED TEST : applicationPathAnnotationEncodedTest() 11-30-2023 16:47:45:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:45:STARTING TEST : applicationPathAnnotationNotUsedTest() 11-30-2023 16:47:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:47:45:Received expected status code Not Found 11-30-2023 16:47:45:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 11-30-2023 16:47:45:$$$ SigTestEE.setup() called 11-30-2023 16:47:45:$$$ SigTestEE.setup() complete [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/.m2/repository/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.jar) to field java.lang.Class.ANNOTATION [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release 11-30-2023 16:47:45:$$$ JAXRSSigTestIT.signatureTest() called 11-30-2023 16:47:45:mapFile location is :/tmp/sig-test4824339792546574820.map 11-30-2023 16:47:45:packageFile location is :/tmp/sig-test-pkg-list420487198315570046.txt 11-30-2023 16:47:45:Package version from mapfile :3.1.0 11-30-2023 16:47:45:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 11-30-2023 16:47:45:Executing JImage 11-30-2023 16:47:45:/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules 11-30-2023 16:47:50:JImage RC = 0 11-30-2023 16:47:50:optionalPkgToIgnore = jakarta.xml.bind 11-30-2023 16:47:50:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 11-30-2023 16:47:50:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 11-30-2023 16:47:50:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:50:Static mode supports checks of static constants values null 11-30-2023 16:47:50:********** Status Report 'jakarta.ws.rs' ********** 11-30-2023 16:47:50:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:50:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:50: 11-30-2023 16:47:50:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:50:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:51:********** Status Report 'jakarta.ws.rs' ********** 11-30-2023 16:47:51:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:51:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:51:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 11-30-2023 16:47:51: 11-30-2023 16:47:51: 11-30-2023 16:47:51:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 11-30-2023 16:47:51:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:51:Static mode supports checks of static constants values null 11-30-2023 16:47:51:********** Status Report 'jakarta.ws.rs.client' ********** 11-30-2023 16:47:51:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:51:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:51: 11-30-2023 16:47:51:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:51:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:51:********** Status Report 'jakarta.ws.rs.client' ********** 11-30-2023 16:47:51:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:51:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:51:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 11-30-2023 16:47:51: 11-30-2023 16:47:51: 11-30-2023 16:47:51:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 11-30-2023 16:47:51:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:51:Static mode supports checks of static constants values null 11-30-2023 16:47:52:********** Status Report 'jakarta.ws.rs.core' ********** 11-30-2023 16:47:52:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:52:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:52: 11-30-2023 16:47:52:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:52:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:52:********** Status Report 'jakarta.ws.rs.core' ********** 11-30-2023 16:47:52:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:52:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:52:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 11-30-2023 16:47:52: 11-30-2023 16:47:52: 11-30-2023 16:47:52:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 11-30-2023 16:47:52:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:52:Static mode supports checks of static constants values null 11-30-2023 16:47:52:********** Status Report 'jakarta.ws.rs.container' ********** 11-30-2023 16:47:52:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:52:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:52: 11-30-2023 16:47:52:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:52:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:52:********** Status Report 'jakarta.ws.rs.container' ********** 11-30-2023 16:47:52:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:52:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:52:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 11-30-2023 16:47:52: 11-30-2023 16:47:52: 11-30-2023 16:47:52:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 11-30-2023 16:47:52:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:52:Static mode supports checks of static constants values null 11-30-2023 16:47:52:********** Status Report 'jakarta.ws.rs.ext' ********** 11-30-2023 16:47:52:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:52:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:52: 11-30-2023 16:47:52:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:52:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:53:********** Status Report 'jakarta.ws.rs.ext' ********** 11-30-2023 16:47:53:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:53:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:53:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 11-30-2023 16:47:53: 11-30-2023 16:47:53: 11-30-2023 16:47:53:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 11-30-2023 16:47:53:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 11-30-2023 16:47:53:Static mode supports checks of static constants values null 11-30-2023 16:47:53:********** Status Report 'jakarta.ws.rs.sse' ********** 11-30-2023 16:47:53:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:53:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 11-30-2023 16:47:53: 11-30-2023 16:47:53:********** VALIDATE IN REFLECTIVE MODE **** 11-30-2023 16:47:53:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 11-30-2023 16:47:53:********** Status Report 'jakarta.ws.rs.sse' ********** 11-30-2023 16:47:53:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 11-30-2023 16:47:53:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 11-30-2023 16:47:53:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 11-30-2023 16:47:53: 11-30-2023 16:47:53: 11-30-2023 16:47:53:****************************************************** ****************************************************** 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) ****************************************************** ****************************************************** 11-30-2023 16:47:53:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.024 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 11-30-2023 16:47:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:53:STARTING TEST : synchronousTest() 11-30-2023 16:47:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 11-30-2023 16:47:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Length: 53 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 11-30-2023 16:47:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 11-30-2023 16:47:53:############################### 11-30-2023 16:47:53:FINISHED TEST : synchronousTest() 11-30-2023 16:47:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 11-30-2023 16:47:53:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 11-30-2023 16:47:53: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 11-30-2023 16:47:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Length: 29 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Type: application/atom+xml 11-30-2023 16:47:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:53:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 11-30-2023 16:47:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:53:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 11-30-2023 16:47:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 11-30-2023 16:47:53: TRACE: [WIRE] - >> Accept:application/json 11-30-2023 16:47:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Length: 16 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:47:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:53:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 11-30-2023 16:47:53:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 11-30-2023 16:47:53: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:53:STARTING TEST : asynchronousTest()11-30-2023 16:47:53: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Length: 53 11-30-2023 16:47:53: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 11-30-2023 16:47:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 11-30-2023 16:47:53:############################### 11-30-2023 16:47:54:FINISHED TEST : asynchronousTest() 11-30-2023 16:47:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:54:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 11-30-2023 16:47:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 11-30-2023 16:47:54: TRACE: [WIRE] - >> Accept:text/xml 11-30-2023 16:47:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:54: TRACE: [WIRE] - << Content-Length: 8 11-30-2023 16:47:54: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:47:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:54:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT 11-30-2023 16:47:54:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:54:STARTING TEST : checkClientConceptTest()11-30-2023 16:47:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 11-30-2023 16:47:54: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:54: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:54: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:47:54: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 11-30-2023 16:47:54:############################### 11-30-2023 16:47:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:54: TRACE: [WIRE] - << concept 11-30-2023 16:47:54:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55:STARTING TEST : clientReaderWriterTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: java.io.InputStreamReader@4f09d4e111-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> java.io.InputStreamReader@4f09d4e1 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientReaderWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientReaderReaderTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientReaderReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55:STARTING TEST : clientByteArrayWriterTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: [B@44a489b8 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> [B@44a489b8 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientByteArrayWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 11-30-2023 16:47:55: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@1ad26198 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 104 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:STARTING TEST : clientSourceWriterTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: javax.xml.transform.stream.StreamSource@1ad26198 11-30-2023 16:47:55:FINISHED TEST : clientSourceWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientInputStreamWriterTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@5572c3e2 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: java.io.ByteArrayInputStream@5572c3e2 11-30-2023 16:47:55:FINISHED TEST : clientInputStreamWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientMultivaluedMapWriterTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:47:55: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@39422361 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 111 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@39422361 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientMultivaluedMapWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientByteArrayReaderTest()11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientByteArrayReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientSourceReaderTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:text/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 76 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:###############################11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:application/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 76 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: application/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:application/atom+xml 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 76 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: application/atom+xml 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientSourceReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55:STARTING TEST : clientInputStreamReaderTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientInputStreamReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientAnyReaderUsageTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:text/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 94 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:FINISHED TEST : clientAnyReaderUsageTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientMultivaluedMapReaderTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:FINISHED TEST : clientMultivaluedMapReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientStringWriterTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientStringWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientDataSourceWriterTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@74f8d05f 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@74f8d05f 11-30-2023 16:47:55:FINISHED TEST : clientDataSourceWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 11-30-2023 16:47:55:STARTING TEST : clientStreamingOutputWriterTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@1feaab1c 11-30-2023 16:47:55: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@1feaab1c 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientStreamingOutputWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientFileWriterTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: /tmp/tckjaxrs4053163836698567612.tmp 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> /tmp/tckjaxrs4053163836698567612.tmp 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientFileWriterTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientAnyWriterUsageTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - >> 1339633069677106930 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:[Request] Adding entity: 1339633069677106930 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 58 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << 1339633069677106930 11-30-2023 16:47:55:FINISHED TEST : clientAnyWriterUsageTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientStringReaderTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientStringReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientDataSourceReaderTest()11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:FINISHED TEST : clientDataSourceReaderTest() 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientFileReaderTest() 11-30-2023 16:47:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 11-30-2023 16:47:55: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:55: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Length: 55 11-30-2023 16:47:55: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:55: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 11-30-2023 16:47:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:55:############################### 11-30-2023 16:47:55:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 11-30-2023 16:47:55:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:55:STARTING TEST : clientJaxbElementWriterTest() 11-30-2023 16:47:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 11-30-2023 16:47:55:###############################11-30-2023 16:47:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 11-30-2023 16:47:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 11-30-2023 16:47:56: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@10309008 11-30-2023 16:47:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:56:[Request] Adding entity: jakarta.xml.bind.JAXBElement@10309008 11-30-2023 16:47:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Length: 129 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:56: TRACE: [WIRE] - << <>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 11-30-2023 16:47:56:FINISHED TEST : clientJaxbElementWriterTest() 11-30-2023 16:47:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:56:STARTING TEST : clientJaxbElementReaderTest() 11-30-2023 16:47:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 11-30-2023 16:47:56: TRACE: [WIRE] - >> Accept:text/xml 11-30-2023 16:47:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Length: 90 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:47:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 11-30-2023 16:47:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:56:############################### 11-30-2023 16:47:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:56:############################### 11-30-2023 16:47:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 11-30-2023 16:47:56: TRACE: [WIRE] - >> Accept:application/xml 11-30-2023 16:47:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Length: 90 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Type: application/xml 11-30-2023 16:47:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 11-30-2023 16:47:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 11-30-2023 16:47:56:###############################11-30-2023 16:47:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 11-30-2023 16:47:56: TRACE: [WIRE] - >> Accept:application/atom+xml 11-30-2023 16:47:56: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Length: 90 11-30-2023 16:47:56: TRACE: [WIRE] - << Content-Type: application/atom+xml 11-30-2023 16:47:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 11-30-2023 16:47:56:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 11-30-2023 16:47:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:56:Already registered 0 providers 11-30-2023 16:47:56:Already registered 0 properties 11-30-2023 16:47:56:STARTING TEST : defaultClientConfigurationPresetTest() 11-30-2023 16:47:56:FINISHED TEST : defaultClientConfigurationPresetTest() 11-30-2023 16:47:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:56:Already registered 0 providers 11-30-2023 16:47:56:Already registered 0 properties 11-30-2023 16:47:56:STARTING TEST : clientConfiguredTest() 11-30-2023 16:47:56:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.46 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 11-30-2023 16:47:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:56:STARTING TEST : deepCopyConfigWebTargetLevelTest() 11-30-2023 16:47:56:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 11-30-2023 16:47:56:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:56:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 11-30-2023 16:47:56:Testing method queryParam([Ljava.lang.String;@7569b53d) 11-30-2023 16:47:56:Testing 2 WebTargets 11-30-2023 16:47:56:Testing method queryParam(path[Ljava.lang.String;@5db5ebf) 11-30-2023 16:47:56:Testing 4 WebTargets 11-30-2023 16:47:56:Testing method queryParam(xyz[Ljava.lang.String;@339072f1) 11-30-2023 16:47:56:Testing 8 WebTargets 11-30-2023 16:47:56:checked queryParam() method 11-30-2023 16:47:56:Testing method resolveTemplateFromEncoded() 11-30-2023 16:47:56:Testing 16 WebTargets 11-30-2023 16:47:56:Testing method resolveTemplateFromEncoded(pathxyz) 11-30-2023 16:47:56:Testing 32 WebTargets 11-30-2023 16:47:56:Testing method resolveTemplateFromEncoded(path/path/path) 11-30-2023 16:47:56:Testing 64 WebTargets 11-30-2023 16:47:56:checked resolveTemplateFromEncoded() method 11-30-2023 16:47:56:Testing method resolveTemplates({=path}) 11-30-2023 16:47:56:Testing 128 WebTargets 11-30-2023 16:47:56:Testing method resolveTemplates({path=xyz}) 11-30-2023 16:47:56:Testing 256 WebTargets 11-30-2023 16:47:56:checked resolveTemplates() method 11-30-2023 16:47:56:Testing method resolveTemplatesFromEncoded({path=xyz}) 11-30-2023 16:47:56:Testing 512 WebTargets 11-30-2023 16:47:57:Testing method resolveTemplatesFromEncoded({path=xyz}) 11-30-2023 16:47:57:Testing 1024 WebTargets 11-30-2023 16:47:57:checked resolveTemplatesFromEncoded() method 11-30-2023 16:47:57:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 11-30-2023 16:47:57:Testing method matrixParam([Ljava.lang.String;@37af2be8) 11-30-2023 16:47:57:Testing 2 WebTargets 11-30-2023 16:47:57:Testing method matrixParam(matrix[Ljava.lang.String;@13fe5779) 11-30-2023 16:47:57:Testing 4 WebTargets 11-30-2023 16:47:57:checked matrixParam() method 11-30-2023 16:47:57:Testing method path() 11-30-2023 16:47:57:Testing 8 WebTargets 11-30-2023 16:47:57:Testing method path(/) 11-30-2023 16:47:57:Testing 16 WebTargets 11-30-2023 16:47:57:Testing method path(path) 11-30-2023 16:47:57:Testing 32 WebTargets 11-30-2023 16:47:57:Testing method path(path/path/path) 11-30-2023 16:47:57:Testing 64 WebTargets 11-30-2023 16:47:57:checked path() method 11-30-2023 16:47:57:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57:STARTING TEST : mutableWithRespectToConfigTest() 11-30-2023 16:47:57:FINISHED TEST : mutableWithRespectToConfigTest() 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57:STARTING TEST : webTargetConfigNotImpactClientTest() 11-30-2023 16:47:57:FINISHED TEST : webTargetConfigNotImpactClientTest() 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57:STARTING TEST : deepCopyConfigClientLevelTest() 11-30-2023 16:47:57:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57:STARTING TEST : clientWriterTest()11-30-2023 16:47:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 11-30-2023 16:47:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:57: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 11-30-2023 16:47:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:47:57:############################### 11-30-2023 16:47:57:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 11-30-2023 16:47:57: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:57: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:57: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:57: TRACE: [WIRE] - << 100010101 11-30-2023 16:47:57:@Context injected as expected 11-30-2023 16:47:57:FINISHED TEST : clientWriterTest() 11-30-2023 16:47:57:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 11-30-2023 16:47:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:57: TRACE: [WIRE] - >> stringbean 11-30-2023 16:47:57:STARTING TEST : clientReaderTest() 11-30-2023 16:47:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:47:57:############################### 11-30-2023 16:47:57:[Request] Adding entity: stringbean 11-30-2023 16:47:57: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:57: TRACE: [WIRE] - << Content-Length: 10 11-30-2023 16:47:57: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:57: TRACE: [WIRE] - << stringbean 11-30-2023 16:47:57:Injectables are 100010101 11-30-2023 16:47:57:@Context injected as expected 11-30-2023 16:47:57:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 11-30-2023 16:47:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 11-30-2023 16:47:58: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:58:STARTING TEST : methodArgumentsInjectionTest() 11-30-2023 16:47:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 11-30-2023 16:47:58:############################### 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:58: TRACE: [WIRE] - << 111111111 11-30-2023 16:47:58:@Context injected as expected 11-30-2023 16:47:58:FINISHED TEST : methodArgumentsInjectionTest() 11-30-2023 16:47:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 11-30-2023 16:47:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:58: TRACE: [WIRE] - >> 11-30-2023 16:47:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:58:STARTING TEST : serverWriterInjectionTest() 11-30-2023 16:47:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 11-30-2023 16:47:58:############################### 11-30-2023 16:47:58:[Request] Adding entity: 11-30-2023 16:47:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:47:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:58: TRACE: [WIRE] - << 111111111 11-30-2023 16:47:58:@Context injected as expected 11-30-2023 16:47:58:FINISHED TEST : serverWriterInjectionTest() 11-30-2023 16:47:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:58:STARTING TEST : resourceInjectionTest() 11-30-2023 16:47:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 11-30-2023 16:47:58: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 11-30-2023 16:47:58:############################### 11-30-2023 16:47:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:58: TRACE: [WIRE] - << 111111111 11-30-2023 16:47:58:@Context injected as expected 11-30-2023 16:47:58:FINISHED TEST : resourceInjectionTest() 11-30-2023 16:47:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:58:STARTING TEST : serverReaderInjectionTest() 11-30-2023 16:47:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 11-30-2023 16:47:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:58: TRACE: [WIRE] - >> 11-30-2023 16:47:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 11-30-2023 16:47:58:############################### 11-30-2023 16:47:58:[Request] Adding entity: 11-30-2023 16:47:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:58: TRACE: [WIRE] - << 111111111 11-30-2023 16:47:58:@Context injected as expected 11-30-2023 16:47:58:FINISHED TEST : serverReaderInjectionTest() 11-30-2023 16:47:58:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 11-30-2023 16:47:58:STARTING TEST : applicationInjectionTest() 11-30-2023 16:47:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 11-30-2023 16:47:58:############################### 11-30-2023 16:47:58: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:47:58: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Length: 9 11-30-2023 16:47:58: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:58: TRACE: [WIRE] - << 111111111 11-30-2023 16:47:58:@Context injected as expected 11-30-2023 16:47:58:FINISHED TEST : applicationInjectionTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT 11-30-2023 16:47:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:59:STARTING TEST : noBindingTest() 11-30-2023 16:47:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 11-30-2023 16:47:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:59: TRACE: [WIRE] - >> 0 11-30-2023 16:47:59: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Length: 1 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:47:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 11-30-2023 16:47:59:############################### 11-30-2023 16:47:59:[Request] Adding entity: 0 11-30-2023 16:47:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:59: TRACE: [WIRE] - << 0 11-30-2023 16:47:59:Dynamic Bynding did not bind any filter or interceptor as expected 11-30-2023 16:47:59:FINISHED TEST : noBindingTest() 11-30-2023 16:47:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 11-30-2023 16:47:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 11-30-2023 16:47:59: TRACE: [WIRE] - >> 0 11-30-2023 16:47:59:STARTING TEST : dynamicBindingTest() 11-30-2023 16:47:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 11-30-2023 16:47:59:############################### 11-30-2023 16:47:59:[Request] Adding entity: 0 11-30-2023 16:47:59: TRACE: [WIRE] - << 200 OK 11-30-2023 16:47:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Length: 2 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Type: */* 11-30-2023 16:47:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:59: TRACE: [WIRE] - << 12 11-30-2023 16:47:59:Dynamic feature bound filter and interceptor as expected 11-30-2023 16:47:59:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT 11-30-2023 16:47:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:59:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()11-30-2023 16:47:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 11-30-2023 16:47:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:47:59:############################### 11-30-2023 16:47:59:[Request] Adding entity: 0 11-30-2023 16:47:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 11-30-2023 16:47:59: TRACE: [WIRE] - >> 0 11-30-2023 16:47:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 11-30-2023 16:47:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:47:59: TRACE: [WIRE] - << Connection: close 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Length: 1116 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:47:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:47:59: 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

11-30-2023 16:47:59:Exception has not been handled second time as expected 11-30-2023 16:47:59:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 11-30-2023 16:47:59:[JAXRSCommonClient] Test setup OK 11-30-2023 16:47:59:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 11-30-2023 16:47:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 11-30-2023 16:47:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 11-30-2023 16:47:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 11-30-2023 16:47:59:############################### 11-30-2023 16:47:59:[Request] Adding entity: 0 11-30-2023 16:47:59: TRACE: [WIRE] - >> 0 11-30-2023 16:47:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 11-30-2023 16:47:59: TRACE: [WIRE] - << Connection: close 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Length: 2135 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Language: 11-30-2023 16:47:59: TRACE: [WIRE] - << Content-Type: text/html 11-30-2023 16:47:59: 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

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

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

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

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

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

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

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

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

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

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

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

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

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

11-30-2023 16:48:16:FINISHED TEST : notAcceptableTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16:STARTING TEST : nullGenericEntityTest() 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16:FINISHED TEST : nullGenericEntityTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16:STARTING TEST : defaultStatusTest() 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Length: 7 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16: TRACE: [WIRE] - << I am OK 11-30-2023 16:48:16:FINISHED TEST : defaultStatusTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:48:16:STARTING TEST : nullEntityResponseTest() 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16:FINISHED TEST : nullEntityResponseTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16:STARTING TEST : genericEntityTest() 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Length: 36 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 11-30-2023 16:48:16:FINISHED TEST : genericEntityTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16:STARTING TEST : nullEntityTest() 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16:FINISHED TEST : nullEntityTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16:STARTING TEST : nullResponseTest() 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:*/* 11-30-2023 16:48:16: TRACE: [WIRE] - << 204 NO_CONTENT 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16:FINISHED TEST : nullResponseTest() 11-30-2023 16:48:16:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 11-30-2023 16:48:16:STARTING TEST : entityBodyTest() 11-30-2023 16:48:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 11-30-2023 16:48:16:############################### 11-30-2023 16:48:16: TRACE: [WIRE] - >> Accept:text/xml 11-30-2023 16:48:16: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.6 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Length: 58 11-30-2023 16:48:16: TRACE: [WIRE] - << Content-Type: text/xml 11-30-2023 16:48:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.6 Java/Oracle Corporation/11) 11-30-2023 16:48:16: TRACE: [WIRE] - << 6121223518891332649 11-30-2023 16:48:16:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test1() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test1() 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test2() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test2() 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test3() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test3() 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test4() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test4() 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test5() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test5() 11-30-2023 16:48:17:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:17:STARTING TEST : Test6() Nov 30, 2023 4:48:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 11-30-2023 16:48:17:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' 11-30-2023 16:48:17:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 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.996 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETHEADERS 11-30-2023 16:48:18: TRACE: [WIRE] - << Property0: any 11-30-2023 16:48:18:STARTING TEST : getHeadersHeadersSetTest() 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Property1: any 11-30-2023 16:48:18: TRACE: [WIRE] - << Property2: any 11-30-2023 16:48:18: TRACE: [WIRE] - << Property3: any 11-30-2023 16:48:18: TRACE: [WIRE] - << Property4: any 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : getHeadersHeadersSetTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 11-30-2023 16:48:18:STARTING TEST : setInputStreamTest() 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : setInputStreamTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getHeadersOperationSetTest()11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETHEADERS 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getHeadersOperationSetTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getHeadersIsMutableTest()11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getInputStreamTest()11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << getInputStreamEntity 11-30-2023 16:48:18:FINISHED TEST : getInputStreamTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 11-30-2023 16:48:18:STARTING TEST : proceedThrowsIOExceptionTest() 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 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 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : setAnnotationsNullThrowsNPETest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setAnnotationsTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : setAnnotationsTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:STARTING TEST : setGenericTypeTest() 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : setGenericTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getMediaTypeTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: application/json 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : webApplicationExceptionTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 11-30-2023 16:48:18:FINISHED TEST : webApplicationExceptionTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setPropertyNullTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : setPropertyNullTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : ioExceptionTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:found expected IOException java.io.IOException: IOException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : ioExceptionTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getPropertyNamesTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getPropertyIsNullTest()11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETPROPERTY 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setMediaTypeTest()11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : setMediaTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setTypeTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETTYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:#setType set correct type java.io.InputStreamReader 11-30-2023 16:48:18:FINISHED TEST : setTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getTypeTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETTYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:FINISHED TEST : getTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getAnnotationsTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getAnnotationsTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : getGenericTypeTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : getGenericTypeTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18:STARTING TEST : setPropertyTest() 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: SETPROPERTY 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : setPropertyTest() 11-30-2023 16:48:18:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:18: TRACE: [WIRE] - << 200 OK 11-30-2023 16:48:18: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 11-30-2023 16:48:18: TRACE: [WIRE] - << Content-Type: text/plain 11-30-2023 16:48:18: TRACE: [WIRE] - << Entity 11-30-2023 16:48:18:STARTING TEST : removePropertyTest() 11-30-2023 16:48:18:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 11-30-2023 16:48:18:############################### 11-30-2023 16:48:18:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 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 11-30-2023 16:48:18:STARTING TEST : checkCreatedResponseBuilderTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedResponseBuilderTest() 11-30-2023 16:48:18:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedUriBuilderTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedUriBuilderTest() 11-30-2023 16:48:18:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 11-30-2023 16:48:18:STARTING TEST : createEndpointTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 11-30-2023 16:48:18:FINISHED TEST : createEndpointTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedVariantListBuilderTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedVariantListBuilderTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 11-30-2023 16:48:18:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 11-30-2023 16:48:18:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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 11-30-2023 16:48:18:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 11-30-2023 16:48:18:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 11-30-2023 16:48:18:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 11-30-2023 16:48:18:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 11-30-2023 16:48:18:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 11-30-2023 16:48:18:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 11-30-2023 16:48:18:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:Thrown IllegalArgumentException as expected 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringTest() 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringTest() 11-30-2023 16:48:18:STARTING TEST : equalsTest2() 11-30-2023 16:48:18:FINISHED TEST : equalsTest2() 11-30-2023 16:48:18:STARTING TEST : equalsTest3() 11-30-2023 16:48:18:FINISHED TEST : equalsTest3() 11-30-2023 16:48:18:STARTING TEST : encodingsTest() 11-30-2023 16:48:18:FINISHED TEST : encodingsTest() 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringStringStringTest() 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringStringStringTest() 11-30-2023 16:48:18:STARTING TEST : languagesTest() 11-30-2023 16:48:18:FINISHED TEST : languagesTest() 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:Thrown IllegalArgumentException as expected 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : constructorTest1() 11-30-2023 16:48:18:FINISHED TEST : constructorTest1() 11-30-2023 16:48:18:STARTING TEST : constructorTest2() 11-30-2023 16:48:18:FINISHED TEST : constructorTest2() 11-30-2023 16:48:18:STARTING TEST : constructorTest3() 11-30-2023 16:48:18:FINISHED TEST : constructorTest3() 11-30-2023 16:48:18:STARTING TEST : equalTest1() 11-30-2023 16:48:18:FINISHED TEST : equalTest1() 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:Thrown IllegalArgumentException as expected 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : getLanguageStringTest() 11-30-2023 16:48:18:#getLanguageString returned exected language string 11-30-2023 16:48:18:FINISHED TEST : getLanguageStringTest() 11-30-2023 16:48:18:STARTING TEST : constructorMediaStringStringStringTest() 11-30-2023 16:48:18:FINISHED TEST : constructorMediaStringStringStringTest() 11-30-2023 16:48:18:STARTING TEST : mediaTypesTest() 11-30-2023 16:48:18:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT 11-30-2023 16:48:18:STARTING TEST : wildcardTest() 11-30-2023 16:48:18:FINISHED TEST : wildcardTest() 11-30-2023 16:48:18:STARTING TEST : valueOfTest() 11-30-2023 16:48:18:FINISHED TEST : valueOfTest() 11-30-2023 16:48:18:STARTING TEST : withCharsetTest() 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 11-30-2023 16:48:18:FINISHED TEST : withCharsetTest() 11-30-2023 16:48:18:STARTING TEST : valueOfTest1() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : valueOfTest1() 11-30-2023 16:48:18:STARTING TEST : equalsTest1() 11-30-2023 16:48:18:FINISHED TEST : equalsTest1() 11-30-2023 16:48:18:STARTING TEST : equalsTest2() 11-30-2023 16:48:18:FINISHED TEST : equalsTest2() 11-30-2023 16:48:18:STARTING TEST : equalsTest3() 11-30-2023 16:48:18:FINISHED TEST : equalsTest3() 11-30-2023 16:48:18:STARTING TEST : equalsTest4() 11-30-2023 16:48:18:FINISHED TEST : equalsTest4() 11-30-2023 16:48:18:STARTING TEST : constructorTest1() 11-30-2023 16:48:18:FINISHED TEST : constructorTest1() 11-30-2023 16:48:18:STARTING TEST : constructorTest2() 11-30-2023 16:48:18:FINISHED TEST : constructorTest2() 11-30-2023 16:48:18:STARTING TEST : constructorTest3() 11-30-2023 16:48:18:FINISHED TEST : constructorTest3() 11-30-2023 16:48:18:STARTING TEST : hashCodeTest1() 11-30-2023 16:48:18:FINISHED TEST : hashCodeTest1() 11-30-2023 16:48:18:STARTING TEST : hashCodeTest2() 11-30-2023 16:48:18:FINISHED TEST : hashCodeTest2() 11-30-2023 16:48:18:STARTING TEST : hashCodeTest3() 11-30-2023 16:48:18:FINISHED TEST : hashCodeTest3() 11-30-2023 16:48:18:STARTING TEST : toStringTest() 11-30-2023 16:48:18:FINISHED TEST : toStringTest() 11-30-2023 16:48:18:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 11-30-2023 16:48:18:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 11-30-2023 16:48:18:STARTING TEST : constructorStringStringStringTest() 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 11-30-2023 16:48:18:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 11-30-2023 16:48:18:FINISHED TEST : constructorStringStringStringTest() 11-30-2023 16:48:18:STARTING TEST : isCompatibleTest1() 11-30-2023 16:48:18:FINISHED TEST : isCompatibleTest1() 11-30-2023 16:48:18:STARTING TEST : isCompatibleTest2() 11-30-2023 16:48:18:FINISHED TEST : isCompatibleTest2() 11-30-2023 16:48:18:STARTING TEST : isCompatibleTest3() 11-30-2023 16:48:18:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 11-30-2023 16:48:18:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 11-30-2023 16:48:18:Already registered 0 classes 11-30-2023 16:48:18:Already registered 0 instances 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 11-30-2023 16:48:18:STARTING TEST : registerClassContractsTest() 11-30-2023 16:48:18:Already registered 0 classes 11-30-2023 16:48:18:Already registered 0 instances 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:FINISHED TEST : registerClassContractsTest() 11-30-2023 16:48:18:STARTING TEST : registerFeatureInstanceReturningFalseTest() 11-30-2023 16:48:18:Already registered 0 classes 11-30-2023 16:48:18:Already registered 0 instances 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 11-30-2023 16:48:18:STARTING TEST : registerFeatureClassReturningFalseTest() 11-30-2023 16:48:18:Already registered 0 classes 11-30-2023 16:48:18:Already registered 0 instances 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:Found 1 features 11-30-2023 16:48:18:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:Got expected template {v}/{w}/{x}/{y}/{w} 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:STARTING TEST : toTemplateTest() 11-30-2023 16:48:18:Got expected template {v}/{w}/{x}/{y}/{w} 11-30-2023 16:48:18:FINISHED TEST : toTemplateTest() 11-30-2023 16:48:18:STARTING TEST : replacePathTest1() 11-30-2023 16:48:18:FINISHED TEST : replacePathTest1() 11-30-2023 16:48:18:STARTING TEST : replacePathTest2() 11-30-2023 16:48:18:FINISHED TEST : replacePathTest2() 11-30-2023 16:48:18:STARTING TEST : replacePathTest3() 11-30-2023 16:48:18:FINISHED TEST : replacePathTest3() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : uriStringTest() 11-30-2023 16:48:18:FINISHED TEST : uriStringTest() 11-30-2023 16:48:18:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 11-30-2023 16:48:18: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. 11-30-2023 16:48:18:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 11-30-2023 16:48:18:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 11-30-2023 16:48:18:#IllegalArgumentException has been thrown as expected for #uri(noURI) 11-30-2023 16:48:18:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:STARTING TEST : fromLinkTest() 11-30-2023 16:48:18:URI fromLink is equal to the expected URI 11-30-2023 16:48:18:FINISHED TEST : fromLinkTest() 11-30-2023 16:48:18:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 11-30-2023 16:48:18:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 11-30-2023 16:48:18:STARTING TEST : uriTest1() 11-30-2023 16:48:18:FINISHED TEST : uriTest1() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 11-30-2023 16:48:18:STARTING TEST : replaceQueryParamTest1() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryParamTest1() 11-30-2023 16:48:18:STARTING TEST : replaceQueryParamTest2() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryParamTest2() 11-30-2023 16:48:18:STARTING TEST : replaceQueryParamTest3() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryParamTest3() 11-30-2023 16:48:18:STARTING TEST : schemeTest1() 11-30-2023 16:48:18:FINISHED TEST : schemeTest1() 11-30-2023 16:48:18:STARTING TEST : schemeTest2() 11-30-2023 16:48:18:FINISHED TEST : schemeTest2() 11-30-2023 16:48:18:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 11-30-2023 16:48:18:STARTING TEST : buildFromMapTest1() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapTest1() 11-30-2023 16:48:18:STARTING TEST : buildFromMapTest2() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapTest2() 11-30-2023 16:48:18:STARTING TEST : buildFromMapTest3() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapTest3() 11-30-2023 16:48:18:STARTING TEST : buildFromMapTest4() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapTest4() 11-30-2023 16:48:18:STARTING TEST : buildFromMapTest5() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapTest5() 11-30-2023 16:48:18:STARTING TEST : fragmentTest1() 11-30-2023 16:48:18:FINISHED TEST : fragmentTest1() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : hostTest1() 11-30-2023 16:48:18:FINISHED TEST : hostTest1() 11-30-2023 16:48:18:STARTING TEST : hostTest2() 11-30-2023 16:48:18:FINISHED TEST : hostTest2() 11-30-2023 16:48:18:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 11-30-2023 16:48:18:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 11-30-2023 16:48:18:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 11-30-2023 16:48:18:STARTING TEST : userInfoTest() foo:foo foo:foo 11-30-2023 16:48:18:FINISHED TEST : userInfoTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 11-30-2023 16:48:18:Got expected template {v}/{w}/{x}/{y}/{w} 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 11-30-2023 16:48:18:STARTING TEST : buildTest1() 11-30-2023 16:48:18:FINISHED TEST : buildTest1() 11-30-2023 16:48:18:STARTING TEST : buildTest2() 11-30-2023 16:48:18:FINISHED TEST : buildTest2() 11-30-2023 16:48:18:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 11-30-2023 16:48:18:STARTING TEST : pathTest0() 11-30-2023 16:48:18:FINISHED TEST : pathTest0() 11-30-2023 16:48:18:STARTING TEST : pathTest1() 11-30-2023 16:48:18:FINISHED TEST : pathTest1() 11-30-2023 16:48:18:STARTING TEST : pathTest2() 11-30-2023 16:48:18:FINISHED TEST : pathTest2() 11-30-2023 16:48:18:STARTING TEST : pathTest3() 11-30-2023 16:48:18:FINISHED TEST : pathTest3() 11-30-2023 16:48:18:STARTING TEST : pathTest4() 11-30-2023 16:48:18:FINISHED TEST : pathTest4() 11-30-2023 16:48:18:STARTING TEST : pathTest5() 11-30-2023 16:48:18:FINISHED TEST : pathTest5() 11-30-2023 16:48:18:STARTING TEST : pathTest6() 11-30-2023 16:48:18:FINISHED TEST : pathTest6() 11-30-2023 16:48:18:STARTING TEST : pathTest7() 11-30-2023 16:48:18:FINISHED TEST : pathTest7() 11-30-2023 16:48:18:STARTING TEST : pathTest8() 11-30-2023 16:48:18:FINISHED TEST : pathTest8() 11-30-2023 16:48:18:STARTING TEST : pathTest9() 11-30-2023 16:48:18:FINISHED TEST : pathTest9() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : templateTest1() 11-30-2023 16:48:18:FINISHED TEST : templateTest1() 11-30-2023 16:48:18:STARTING TEST : templateTest2() 11-30-2023 16:48:18:FINISHED TEST : templateTest2() 11-30-2023 16:48:18:STARTING TEST : uriTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : uriTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 11-30-2023 16:48:18:STARTING TEST : uriStringThrowsIAEWhenNullTest() 11-30-2023 16:48:18:#IllegalArgumentException has been thrown as expected for #uri(null) 11-30-2023 16:48:18:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 11-30-2023 16:48:18:STARTING TEST : replaceQueryTest1() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryTest1() 11-30-2023 16:48:18:STARTING TEST : replaceQueryTest2() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryTest2() 11-30-2023 16:48:18:STARTING TEST : replaceQueryTest3() 11-30-2023 16:48:18:FINISHED TEST : replaceQueryTest3() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesFromEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesFromEncodedTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : uriBuilderExceptionTest1() 11-30-2023 16:48:18:FINISHED TEST : uriBuilderExceptionTest1() 11-30-2023 16:48:18:STARTING TEST : uriBuilderExceptionTest2() 11-30-2023 16:48:18:FINISHED TEST : uriBuilderExceptionTest2() 11-30-2023 16:48:18:STARTING TEST : uriBuilderExceptionTest3() 11-30-2023 16:48:18:FINISHED TEST : uriBuilderExceptionTest3() 11-30-2023 16:48:18:STARTING TEST : uriBuilderExceptionTest4() 11-30-2023 16:48:18:FINISHED TEST : uriBuilderExceptionTest4() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixParamTest1() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixParamTest1() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixParamTest2() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixParamTest2() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixParamTest3() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixParamTest3() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixParamTest4() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixParamTest4() 11-30-2023 16:48:18:STARTING TEST : buildObjectsBooleanEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : buildObjectsBooleanEncodedTest() 11-30-2023 16:48:18:STARTING TEST : schemeSpecificPartTest1() 11-30-2023 16:48:18:FINISHED TEST : schemeSpecificPartTest1() 11-30-2023 16:48:18:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixTest1() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixTest1() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixTest2() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixTest2() 11-30-2023 16:48:18:STARTING TEST : replaceMatrixTest3() 11-30-2023 16:48:18:FINISHED TEST : replaceMatrixTest3() 11-30-2023 16:48:18:STARTING TEST : segmentTest1() 11-30-2023 16:48:18:FINISHED TEST : segmentTest1() 11-30-2023 16:48:18:STARTING TEST : segmentTest2() 11-30-2023 16:48:18:FINISHED TEST : segmentTest2() 11-30-2023 16:48:18:STARTING TEST : segmentTest3() 11-30-2023 16:48:18:FINISHED TEST : segmentTest3() 11-30-2023 16:48:18:STARTING TEST : fromResourceTest1() 11-30-2023 16:48:18:FINISHED TEST : fromResourceTest1() 11-30-2023 16:48:18:STARTING TEST : fromResourceTest2() 11-30-2023 16:48:18:FINISHED TEST : fromResourceTest2() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 11-30-2023 16:48:18:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 11-30-2023 16:48:18:STARTING TEST : schemeSpecificPartTest() 11-30-2023 16:48:18:FINISHED TEST : schemeSpecificPartTest() 11-30-2023 16:48:18:STARTING TEST : matrixParamTest1() 11-30-2023 16:48:18:FINISHED TEST : matrixParamTest1() 11-30-2023 16:48:18:STARTING TEST : matrixParamTest2() 11-30-2023 16:48:18:FINISHED TEST : matrixParamTest2() 11-30-2023 16:48:18:STARTING TEST : matrixParamTest3() 11-30-2023 16:48:18:FINISHED TEST : matrixParamTest3() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 11-30-2023 16:48:18:STARTING TEST : fromUriTest1() 11-30-2023 16:48:18:FINISHED TEST : fromUriTest1() 11-30-2023 16:48:18:STARTING TEST : fromUriTest2() 11-30-2023 16:48:18:FINISHED TEST : fromUriTest2() 11-30-2023 16:48:18:STARTING TEST : fromUriTest3() 11-30-2023 16:48:18:FINISHED TEST : fromUriTest3() 11-30-2023 16:48:18:STARTING TEST : fromUriTest4() 11-30-2023 16:48:18:FINISHED TEST : fromUriTest4() 11-30-2023 16:48:18:STARTING TEST : pathTest10() 11-30-2023 16:48:18:FINISHED TEST : pathTest10() 11-30-2023 16:48:18:STARTING TEST : pathTest11() 11-30-2023 16:48:18:FINISHED TEST : pathTest11() 11-30-2023 16:48:18:STARTING TEST : pathTest12() 11-30-2023 16:48:18:FINISHED TEST : pathTest12() 11-30-2023 16:48:18:STARTING TEST : pathTest13() 11-30-2023 16:48:18:FINISHED TEST : pathTest13() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectTest() 11-30-2023 16:48:18:Got expected template {v}/{w}/{x}/{y}/{w} 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectTest() 11-30-2023 16:48:18:STARTING TEST : fromMethodTest() 11-30-2023 16:48:18:URI fromMethod is equal to the expected URI /sub 11-30-2023 16:48:18:FINISHED TEST : fromMethodTest() 11-30-2023 16:48:18:STARTING TEST : portTest1() 11-30-2023 16:48:18:FINISHED TEST : portTest1() 11-30-2023 16:48:18:STARTING TEST : portTest2() 11-30-2023 16:48:18:FINISHED TEST : portTest2() 11-30-2023 16:48:18:STARTING TEST : pathTest() 11-30-2023 16:48:18:FINISHED TEST : pathTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : fromEncodedTest1() 11-30-2023 16:48:18:FINISHED TEST : fromEncodedTest1() 11-30-2023 16:48:18:STARTING TEST : fromEncodedTest2() 11-30-2023 16:48:18:FINISHED TEST : fromEncodedTest2() 11-30-2023 16:48:18:STARTING TEST : fromEncodedTest3() 11-30-2023 16:48:18:FINISHED TEST : fromEncodedTest3() 11-30-2023 16:48:18:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 11-30-2023 16:48:18:STARTING TEST : buildObjectsBooleanNotEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateFromEncodedTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateFromEncodedTest() 11-30-2023 16:48:18:STARTING TEST : queryParamTest1() 11-30-2023 16:48:18:FINISHED TEST : queryParamTest1() 11-30-2023 16:48:18:STARTING TEST : queryParamTest2() 11-30-2023 16:48:18:FINISHED TEST : queryParamTest2() 11-30-2023 16:48:18:STARTING TEST : queryParamTest3() 11-30-2023 16:48:18:FINISHED TEST : queryParamTest3() 11-30-2023 16:48:18:STARTING TEST : queryParamTest4() 11-30-2023 16:48:18:FINISHED TEST : queryParamTest4() 11-30-2023 16:48:18:STARTING TEST : queryParamTest5() 11-30-2023 16:48:18:FINISHED TEST : queryParamTest5() 11-30-2023 16:48:18:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 11-30-2023 16:48:18:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 11-30-2023 16:48:18:STARTING TEST : fromPathTest1() 11-30-2023 16:48:18:FINISHED TEST : fromPathTest1() 11-30-2023 16:48:18:STARTING TEST : fromPathTest2() 11-30-2023 16:48:18:FINISHED TEST : fromPathTest2() 11-30-2023 16:48:18:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 11-30-2023 16:48:18:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 11-30-2023 16:48:18:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 11-30-2023 16:48:18:STARTING TEST : cloneTest1() 11-30-2023 16:48:18:FINISHED TEST : cloneTest1() 11-30-2023 16:48:18:STARTING TEST : resolveTemplatesMapTest() 11-30-2023 16:48:18:FINISHED TEST : resolveTemplatesMapTest() 11-30-2023 16:48:18:STARTING TEST : buildFromEncodedMapTest1() 11-30-2023 16:48:18:FINISHED TEST : buildFromEncodedMapTest1() 11-30-2023 16:48:18:STARTING TEST : buildFromEncodedMapTest2() 11-30-2023 16:48:18:FINISHED TEST : buildFromEncodedMapTest2() 11-30-2023 16:48:18:STARTING TEST : buildFromEncodedMapTest3() 11-30-2023 16:48:18:FINISHED TEST : buildFromEncodedMapTest3() 11-30-2023 16:48:18:STARTING TEST : buildFromEncodedMapTest4() 11-30-2023 16:48:18:FINISHED TEST : buildFromEncodedMapTest4() 11-30-2023 16:48:18:STARTING TEST : buildFromEncodedMapTest5() 11-30-2023 16:48:18:FINISHED TEST : buildFromEncodedMapTest5() [WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.139 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 11-30-2023 16:48:18:STARTING TEST : languageTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : languageTest() 11-30-2023 16:48:18:STARTING TEST : getLocationNotPresentTest() 11-30-2023 16:48:18:#getLocation returns null as expected 11-30-2023 16:48:18:FINISHED TEST : getLocationNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:18:HeaderDelegate is used for header s3 11-30-2023 16:48:18:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:18:STARTING TEST : getLinksIsNotNullTest() 11-30-2023 16:48:18:#getLinks contains no links as expected 11-30-2023 16:48:18:FINISHED TEST : getLinksIsNotNullTest() 11-30-2023 16:48:18:STARTING TEST : cacheControlTest() 11-30-2023 16:48:18:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 11-30-2023 16:48:18:FINISHED TEST : cacheControlTest() 11-30-2023 16:48:18:STARTING TEST : acceptedStringTest() 11-30-2023 16:48:18:Correct status found in Response: 202 Correct content found in Response: ENtiTy 11-30-2023 16:48:18:FINISHED TEST : acceptedStringTest() 11-30-2023 16:48:18:STARTING TEST : seeOtherTest() 11-30-2023 16:48:18: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/ 11-30-2023 16:48:18:FINISHED TEST : seeOtherTest() 11-30-2023 16:48:18:STARTING TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:48:18:#getLinkBuilder creates correct Link for given relation 11-30-2023 16:48:18:FINISHED TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:48:18:STARTING TEST : getEntityTagNotPresentTest() 11-30-2023 16:48:18:#getEntityTag() is null as expected 11-30-2023 16:48:18:FINISHED TEST : getEntityTagNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getLinksTest() 11-30-2023 16:48:18:#getLinks contains expected links 11-30-2023 16:48:18:FINISHED TEST : getLinksTest() 11-30-2023 16:48:18:STARTING TEST : variantTest() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : variantTest() 11-30-2023 16:48:18:STARTING TEST : cookieTest() 11-30-2023 16:48:18: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. 11-30-2023 16:48:18:FINISHED TEST : cookieTest() 11-30-2023 16:48:18:STARTING TEST : lastModifiedTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : lastModifiedTest() 11-30-2023 16:48:18:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:18:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@71a86d69,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@490a32a1,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@34528f70 11-30-2023 16:48:18:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:18:STARTING TEST : getLanguageNotPresentTest() 11-30-2023 16:48:18:#getLanguage() is null as expected 11-30-2023 16:48:18:FINISHED TEST : getLanguageNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : entityTest() 11-30-2023 16:48:18:Correct content found in Response: Test Only Correct status found in Response: 200 11-30-2023 16:48:18:FINISHED TEST : entityTest() 11-30-2023 16:48:18:STARTING TEST : okTest1() 11-30-2023 16:48:18:Correct status found in Response: 200 11-30-2023 16:48:18:FINISHED TEST : okTest1() 11-30-2023 16:48:18:STARTING TEST : okTest2() 11-30-2023 16:48:18:Correct content found in Response: Test only Correct status found in Response: 200 11-30-2023 16:48:18:FINISHED TEST : okTest2() 11-30-2023 16:48:18:STARTING TEST : okTest3() 11-30-2023 16:48:18:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:18:FINISHED TEST : okTest3() 11-30-2023 16:48:18:STARTING TEST : okTest4() 11-30-2023 16:48:18:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:18:FINISHED TEST : okTest4() 11-30-2023 16:48:18:STARTING TEST : okTest5() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : okTest5() 11-30-2023 16:48:18:STARTING TEST : temporaryRedirectTest() 11-30-2023 16:48:18: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/ 11-30-2023 16:48:18:FINISHED TEST : temporaryRedirectTest() 11-30-2023 16:48:18:STARTING TEST : getMediaTypeTest() 11-30-2023 16:48:18:#getMediaType returned expected MediaType 11-30-2023 16:48:18:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:48:18:STARTING TEST : fromResponseTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : fromResponseTest() 11-30-2023 16:48:18:STARTING TEST : getLinkTest() 11-30-2023 16:48:18:#getLink matches expected Link 11-30-2023 16:48:18:FINISHED TEST : getLinkTest() 11-30-2023 16:48:18:STARTING TEST : statusTest3() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : statusTest3() 11-30-2023 16:48:18:STARTING TEST : statusTest4() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : statusTest4() 11-30-2023 16:48:18:STARTING TEST : statusTest5() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : statusTest5() 11-30-2023 16:48:18:STARTING TEST : statusTest7() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : statusTest7() 11-30-2023 16:48:18:STARTING TEST : tagTest1() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : tagTest1() 11-30-2023 16:48:18:STARTING TEST : tagTest2() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : tagTest2() 11-30-2023 16:48:18:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:IllegalStateException has been thrown as expected 11-30-2023 16:48:18:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:48:18:getHeaders is mutable 11-30-2023 16:48:18:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:48:18:STARTING TEST : typeTest() 11-30-2023 16:48:18:Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:18:FINISHED TEST : typeTest() 11-30-2023 16:48:18:STARTING TEST : cloneTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : cloneTest() 11-30-2023 16:48:18:STARTING TEST : acceptedGenericEntityTest() 11-30-2023 16:48:18:Correct status found in Response: 202 Correct content found in Response: ENtiTy 11-30-2023 16:48:18:FINISHED TEST : acceptedGenericEntityTest() 11-30-2023 16:48:18:STARTING TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:18:#hasLink has not found any Link as expected 11-30-2023 16:48:18:FINISHED TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:18:STARTING TEST : createdTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : createdTest() 11-30-2023 16:48:18:STARTING TEST : getLanguageTest() 11-30-2023 16:48:18:#getLocale matches the Content-Language HTTP header 11-30-2023 16:48:18:FINISHED TEST : getLanguageTest() 11-30-2023 16:48:18:STARTING TEST : notAcceptableTest() 11-30-2023 16:48:18:Correct status found in Response: 406 11-30-2023 16:48:18:FINISHED TEST : notAcceptableTest() 11-30-2023 16:48:18:STARTING TEST : getDateTest() 11-30-2023 16:48:18:#getDate matches the Date HTTP header 11-30-2023 16:48:18:FINISHED TEST : getDateTest() 11-30-2023 16:48:18:STARTING TEST : languageTest1() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : languageTest1() 11-30-2023 16:48:18:STARTING TEST : notModifiedTest1() 11-30-2023 16:48:18:Correct status found in Response: 304 11-30-2023 16:48:18:FINISHED TEST : notModifiedTest1() 11-30-2023 16:48:18:STARTING TEST : notModifiedTest2() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : notModifiedTest2() 11-30-2023 16:48:18:STARTING TEST : notModifiedTest3() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : notModifiedTest3() 11-30-2023 16:48:18:STARTING TEST : getDateNotPresentTest() 11-30-2023 16:48:18:#getDate is null as expected 11-30-2023 16:48:18:FINISHED TEST : getDateNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getHeaderStringTest() 11-30-2023 16:48:18:Found following objects: 11-30-2023 16:48:18:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu Nov 30 16:48:18 UTC 2023 Content-Language:fr_CA 11-30-2023 16:48:18:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:48:18:STARTING TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:48:18:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@13e8be3d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7ebb1b64,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1eef3c6f 11-30-2023 16:48:18:FINISHED TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:48:18:STARTING TEST : getAllowedMethodsTest() 11-30-2023 16:48:18:#getAllowedMethods returned expected methods TRACE;POST 11-30-2023 16:48:18:FINISHED TEST : getAllowedMethodsTest() 11-30-2023 16:48:18:STARTING TEST : locationTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : locationTest() 11-30-2023 16:48:18:STARTING TEST : getLengthNotPresentTest() 11-30-2023 16:48:18:#getLength matches expected Content-Length -1 11-30-2023 16:48:18:FINISHED TEST : getLengthNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 11-30-2023 16:48:18:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:STARTING TEST : statusFamilyValueOfTest() 11-30-2023 16:48:18:FINISHED TEST : statusFamilyValueOfTest() 11-30-2023 16:48:18:STARTING TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:18:#getCookies is read-only as expected 11-30-2023 16:48:18:FINISHED TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:18:STARTING TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:48:18:toString method is used as expected 11-30-2023 16:48:18:FINISHED TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:48:18:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:#bufferEntity throws IllegalStateException as expected 11-30-2023 16:48:18:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:18:STARTING TEST : acceptedNoArgTest() 11-30-2023 16:48:18:Correct status found in Response: 202 11-30-2023 16:48:18:FINISHED TEST : acceptedNoArgTest() 11-30-2023 16:48:18:STARTING TEST : getFamilyTest() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : getFamilyTest() 11-30-2023 16:48:18:STARTING TEST : typeTest1() 11-30-2023 16:48:18:Correct status found in Response: 200 Content Type text/html was found 11-30-2023 16:48:18:FINISHED TEST : typeTest1() 11-30-2023 16:48:18:STARTING TEST : getEntityTagTest() 11-30-2023 16:48:18:#getEntityTag is "getEntityTag" as expected 11-30-2023 16:48:18:FINISHED TEST : getEntityTagTest() 11-30-2023 16:48:18:STARTING TEST : noContentTest() 11-30-2023 16:48:18:Correct status found in Response: 204 11-30-2023 16:48:18:FINISHED TEST : noContentTest() 11-30-2023 16:48:18:STARTING TEST : getHeadersTest() 11-30-2023 16:48:18:Found following objects: 11-30-2023 16:48:18:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu Nov 30 16:48:18 UTC 2023 Content-Language:fr_CA 11-30-2023 16:48:18:FINISHED TEST : getHeadersTest() 11-30-2023 16:48:18:STARTING TEST : toStringTest() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : toStringTest() 11-30-2023 16:48:18:STARTING TEST : getLastModifiedNotPresentTest() 11-30-2023 16:48:18:#getLastModified() is null as expected 11-30-2023 16:48:18:FINISHED TEST : getLastModifiedNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getStatusInfoTest() 11-30-2023 16:48:18:#getStatusInfo returned expected StatusTypes 11-30-2023 16:48:18:FINISHED TEST : getStatusInfoTest() 11-30-2023 16:48:18:STARTING TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:18:#hasEntity found the entity as expected 11-30-2023 16:48:18:FINISHED TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:18:STARTING TEST : getLengthTest() 11-30-2023 16:48:18:#getLength matches expected Content-Length 10 11-30-2023 16:48:18:FINISHED TEST : getLengthTest() 11-30-2023 16:48:18:STARTING TEST : contentLocationTest() 11-30-2023 16:48:18: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 11-30-2023 16:48:18:FINISHED TEST : contentLocationTest() 11-30-2023 16:48:18:STARTING TEST : getReasonPhraseTest() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : getReasonPhraseTest() 11-30-2023 16:48:18:STARTING TEST : getLastModifiedTest() 11-30-2023 16:48:18:#getLastModified matches the Last-Modified HTTP header 11-30-2023 16:48:18:FINISHED TEST : getLastModifiedTest() 11-30-2023 16:48:18:STARTING TEST : serverErrorTest() 11-30-2023 16:48:18:Correct status found in Response: 500 11-30-2023 16:48:18:FINISHED TEST : serverErrorTest() 11-30-2023 16:48:18:STARTING TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:18:#hasEntity found the Link as expected 11-30-2023 16:48:18:FINISHED TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:18:STARTING TEST : statusValueOfTest() 11-30-2023 16:48:18: 11-30-2023 16:48:18:FINISHED TEST : statusValueOfTest() 11-30-2023 16:48:18:STARTING TEST : getLocationTest() 11-30-2023 16:48:18:#getLocation contains expected location 11-30-2023 16:48:18:FINISHED TEST : getLocationTest() 11-30-2023 16:48:18:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 11-30-2023 16:48:18:#bufferEntity did ignore no backing stream as expected 11-30-2023 16:48:18:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 11-30-2023 16:48:18:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:48:18:#getLinkBuilder returned null as expected 11-30-2023 16:48:18:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:48:18:STARTING TEST : getLinkNotPresentTest() 11-30-2023 16:48:18:#getLink return null as expected 11-30-2023 16:48:18:FINISHED TEST : getLinkNotPresentTest() 11-30-2023 16:48:18:STARTING TEST : getMediaTypeNoMediaTypeTest() 11-30-2023 16:48:18:#getMediaType returned null as expected 11-30-2023 16:48:18:FINISHED TEST : getMediaTypeNoMediaTypeTest() 11-30-2023 16:48:18:STARTING TEST : getCookiesTest() 11-30-2023 16:48:18: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. 11-30-2023 16:48:18:#getCookies returned expected cookies 11-30-2023 16:48:19:FINISHED TEST : getCookiesTest() 11-30-2023 16:48:19:STARTING TEST : statusFamilyValuesTest() 11-30-2023 16:48:19:FINISHED TEST : statusFamilyValuesTest() 11-30-2023 16:48:19:STARTING TEST : headerTest() 11-30-2023 16:48:19: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. 11-30-2023 16:48:19:FINISHED TEST : headerTest() 11-30-2023 16:48:19:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:48:19:#hasEntity has not found any entity as expected 11-30-2023 16:48:19:FINISHED TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:48:19:STARTING TEST : allowStringArrayTest() 11-30-2023 16:48:19:Found expected allowed method OPTIONS 11-30-2023 16:48:19:Found expected allowed method TRACE 11-30-2023 16:48:19:FINISHED TEST : allowStringArrayTest() 11-30-2023 16:48:19:STARTING TEST : linksTest() 11-30-2023 16:48:19:Found expected links 11-30-2023 16:48:19:FINISHED TEST : linksTest() 11-30-2023 16:48:19:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 11-30-2023 16:48:19:OPTIONS has been found in allowed methods 11-30-2023 16:48:19:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 11-30-2023 16:48:19:STARTING TEST : statusTest1() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest1() 11-30-2023 16:48:19:STARTING TEST : statusTest2() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest2() 11-30-2023 16:48:19:STARTING TEST : encodingTest() 11-30-2023 16:48:19:Encoding gzip was found Encoding ccitt was found Encoding pic was found 11-30-2023 16:48:19:Found expected encodings 11-30-2023 16:48:19:FINISHED TEST : encodingTest() 11-30-2023 16:48:19:STARTING TEST : linkStringStringTest() 11-30-2023 16:48:19:Found expected link ; rel="REL" 11-30-2023 16:48:19:FINISHED TEST : linkStringStringTest() 11-30-2023 16:48:19:STARTING TEST : replaceAllByNullTest() 11-30-2023 16:48:19:FINISHED TEST : replaceAllByNullTest() 11-30-2023 16:48:19:STARTING TEST : replaceAllTest() 11-30-2023 16:48:19:FINISHED TEST : replaceAllTest() 11-30-2023 16:48:19:STARTING TEST : allowStringSetNullRemovesAllTest() 11-30-2023 16:48:19:Allowed methods has been removed by null value as expected 11-30-2023 16:48:19:FINISHED TEST : allowStringSetNullRemovesAllTest() 11-30-2023 16:48:19:STARTING TEST : expiresTest() 11-30-2023 16:48:19:Set and fetched expire dates matched 11-30-2023 16:48:19:FINISHED TEST : expiresTest() 11-30-2023 16:48:19:STARTING TEST : allowStringSetTest() 11-30-2023 16:48:19:Found expected allowed method OPTIONS 11-30-2023 16:48:19:Found expected allowed method TRACE 11-30-2023 16:48:19:FINISHED TEST : allowStringSetTest() 11-30-2023 16:48:19:STARTING TEST : linkUriStringTest() 11-30-2023 16:48:19:Found expected link ; rel="REL" 11-30-2023 16:48:19:FINISHED TEST : linkUriStringTest() 11-30-2023 16:48:19:STARTING TEST : variantsTest() 11-30-2023 16:48:19:Found expected header Accept-Language. Found expected header Accept-Encoding. 11-30-2023 16:48:19:FINISHED TEST : variantsTest() 11-30-2023 16:48:19:STARTING TEST : allowStringArrayNullRemovesAllTest() 11-30-2023 16:48:19:Allowed methods has been removed by null value as expected 11-30-2023 16:48:19:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : languageTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : languageTest() 11-30-2023 16:48:19:STARTING TEST : getLocationNotPresentTest() 11-30-2023 16:48:19:#getLocation returns null as expected 11-30-2023 16:48:19:FINISHED TEST : getLocationNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:19:HeaderDelegate is used for header s3 11-30-2023 16:48:19:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:19:STARTING TEST : getLinksIsNotNullTest() 11-30-2023 16:48:19:#getLinks contains no links as expected 11-30-2023 16:48:19:FINISHED TEST : getLinksIsNotNullTest() 11-30-2023 16:48:19:STARTING TEST : cacheControlTest() 11-30-2023 16:48:19:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 11-30-2023 16:48:19:FINISHED TEST : cacheControlTest() 11-30-2023 16:48:19:STARTING TEST : acceptedStringTest() 11-30-2023 16:48:19:Correct status found in Response: 202 Correct content found in Response: ENtiTy 11-30-2023 16:48:19:FINISHED TEST : acceptedStringTest() 11-30-2023 16:48:19:STARTING TEST : seeOtherTest() 11-30-2023 16:48:19: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/ 11-30-2023 16:48:19:FINISHED TEST : seeOtherTest() 11-30-2023 16:48:19:STARTING TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:48:19:#getLinkBuilder creates correct Link for given relation 11-30-2023 16:48:19:FINISHED TEST : getLinkBuilderForTheRelationTest() 11-30-2023 16:48:19:STARTING TEST : getEntityTagNotPresentTest() 11-30-2023 16:48:19:#getEntityTag() is null as expected 11-30-2023 16:48:19:FINISHED TEST : getEntityTagNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getLinksTest() 11-30-2023 16:48:19:#getLinks contains expected links 11-30-2023 16:48:19:FINISHED TEST : getLinksTest() 11-30-2023 16:48:19:STARTING TEST : variantTest() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : variantTest() 11-30-2023 16:48:19:STARTING TEST : cookieTest() 11-30-2023 16:48:19: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. 11-30-2023 16:48:19:FINISHED TEST : cookieTest() 11-30-2023 16:48:19:STARTING TEST : lastModifiedTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : lastModifiedTest() 11-30-2023 16:48:19:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:19:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2a3dcfa9,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@764c574f,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@32f187d6 11-30-2023 16:48:19:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:19:STARTING TEST : getLanguageNotPresentTest() 11-30-2023 16:48:19:#getLanguage() is null as expected 11-30-2023 16:48:19:FINISHED TEST : getLanguageNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : entityTest() 11-30-2023 16:48:19:Correct content found in Response: Test Only Correct status found in Response: 200 11-30-2023 16:48:19:FINISHED TEST : entityTest() 11-30-2023 16:48:19:STARTING TEST : okTest1() 11-30-2023 16:48:19:Correct status found in Response: 200 11-30-2023 16:48:19:FINISHED TEST : okTest1() 11-30-2023 16:48:19:STARTING TEST : okTest2() 11-30-2023 16:48:19:Correct content found in Response: Test only Correct status found in Response: 200 11-30-2023 16:48:19:FINISHED TEST : okTest2() 11-30-2023 16:48:19:STARTING TEST : okTest3() 11-30-2023 16:48:19:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:19:FINISHED TEST : okTest3() 11-30-2023 16:48:19:STARTING TEST : okTest4() 11-30-2023 16:48:19:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:19:FINISHED TEST : okTest4() 11-30-2023 16:48:19:STARTING TEST : okTest5() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : okTest5() 11-30-2023 16:48:19:STARTING TEST : temporaryRedirectTest() 11-30-2023 16:48:19: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/ 11-30-2023 16:48:19:FINISHED TEST : temporaryRedirectTest() 11-30-2023 16:48:19:STARTING TEST : getMediaTypeTest() 11-30-2023 16:48:19:#getMediaType returned expected MediaType 11-30-2023 16:48:19:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:48:19:STARTING TEST : fromResponseTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : fromResponseTest() 11-30-2023 16:48:19:STARTING TEST : getLinkTest() 11-30-2023 16:48:19:#getLink matches expected Link 11-30-2023 16:48:19:FINISHED TEST : getLinkTest() 11-30-2023 16:48:19:STARTING TEST : statusTest1() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest1() 11-30-2023 16:48:19:STARTING TEST : statusTest2() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest2() 11-30-2023 16:48:19:STARTING TEST : statusTest3() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest3() 11-30-2023 16:48:19:STARTING TEST : statusTest4() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : statusTest4() 11-30-2023 16:48:19:STARTING TEST : statusTest5() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : statusTest5() 11-30-2023 16:48:19:STARTING TEST : statusTest7() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : statusTest7() 11-30-2023 16:48:19:STARTING TEST : tagTest1() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : tagTest1() 11-30-2023 16:48:19:STARTING TEST : tagTest2() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : tagTest2() 11-30-2023 16:48:19:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:IllegalStateException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:48:19:getHeaders is mutable 11-30-2023 16:48:19:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:48:19:STARTING TEST : typeTest() 11-30-2023 16:48:19:Correct status found in Response: 200 Content Type text/plain was found 11-30-2023 16:48:19:FINISHED TEST : typeTest() 11-30-2023 16:48:19:STARTING TEST : cloneTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : cloneTest() 11-30-2023 16:48:19:STARTING TEST : acceptedGenericEntityTest() 11-30-2023 16:48:19:Correct status found in Response: 202 Correct content found in Response: ENtiTy 11-30-2023 16:48:19:FINISHED TEST : acceptedGenericEntityTest() 11-30-2023 16:48:19:STARTING TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:19:#hasLink has not found any Link as expected 11-30-2023 16:48:19:FINISHED TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:19:STARTING TEST : createdTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : createdTest() 11-30-2023 16:48:19:STARTING TEST : getLanguageTest() 11-30-2023 16:48:19:#getLocale matches the Content-Language HTTP header 11-30-2023 16:48:19:FINISHED TEST : getLanguageTest() 11-30-2023 16:48:19:STARTING TEST : notAcceptableTest() 11-30-2023 16:48:19:Correct status found in Response: 406 11-30-2023 16:48:19:FINISHED TEST : notAcceptableTest() 11-30-2023 16:48:19:STARTING TEST : getDateTest() 11-30-2023 16:48:19:#getDate matches the Date HTTP header 11-30-2023 16:48:19:FINISHED TEST : getDateTest() 11-30-2023 16:48:19:STARTING TEST : languageTest1() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : languageTest1() 11-30-2023 16:48:19:STARTING TEST : notModifiedTest1() 11-30-2023 16:48:19:Correct status found in Response: 304 11-30-2023 16:48:19:FINISHED TEST : notModifiedTest1() 11-30-2023 16:48:19:STARTING TEST : notModifiedTest2() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : notModifiedTest2() 11-30-2023 16:48:19:STARTING TEST : notModifiedTest3() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : notModifiedTest3() 11-30-2023 16:48:19:STARTING TEST : getDateNotPresentTest() 11-30-2023 16:48:19:#getDate is null as expected 11-30-2023 16:48:19:FINISHED TEST : getDateNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getHeaderStringTest() 11-30-2023 16:48:19:Found following objects: 11-30-2023 16:48:19:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu Nov 30 16:48:19 UTC 2023 Content-Language:fr_CA 11-30-2023 16:48:19:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:48:19:STARTING TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:48:19:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1206ca8,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@571fe520,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5c5c64d6 11-30-2023 16:48:19:FINISHED TEST : getStringHeadersUsingToStringTest() 11-30-2023 16:48:19:STARTING TEST : getAllowedMethodsTest() 11-30-2023 16:48:19:#getAllowedMethods returned expected methods TRACE;POST 11-30-2023 16:48:19:FINISHED TEST : getAllowedMethodsTest() 11-30-2023 16:48:19:STARTING TEST : locationTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : locationTest() 11-30-2023 16:48:19:STARTING TEST : getLengthNotPresentTest() 11-30-2023 16:48:19:#getLength matches expected Content-Length -1 11-30-2023 16:48:19:FINISHED TEST : getLengthNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 11-30-2023 16:48:19:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:STARTING TEST : statusFamilyValueOfTest() 11-30-2023 16:48:19:FINISHED TEST : statusFamilyValueOfTest() 11-30-2023 16:48:19:STARTING TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:19:#getCookies is read-only as expected 11-30-2023 16:48:19:FINISHED TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:19:STARTING TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:48:19:toString method is used as expected 11-30-2023 16:48:19:FINISHED TEST : getHeaderStringUsingToStringTest() 11-30-2023 16:48:19:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:#bufferEntity throws IllegalStateException as expected 11-30-2023 16:48:19:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 11-30-2023 16:48:19:STARTING TEST : acceptedNoArgTest() 11-30-2023 16:48:19:Correct status found in Response: 202 11-30-2023 16:48:19:FINISHED TEST : acceptedNoArgTest() 11-30-2023 16:48:19:STARTING TEST : getFamilyTest() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : getFamilyTest() 11-30-2023 16:48:19:STARTING TEST : typeTest1() 11-30-2023 16:48:19:Correct status found in Response: 200 Content Type text/html was found 11-30-2023 16:48:19:FINISHED TEST : typeTest1() 11-30-2023 16:48:19:STARTING TEST : getEntityTagTest() 11-30-2023 16:48:19:#getEntityTag is "getEntityTag" as expected 11-30-2023 16:48:19:FINISHED TEST : getEntityTagTest() 11-30-2023 16:48:19:STARTING TEST : noContentTest() 11-30-2023 16:48:19:Correct status found in Response: 204 11-30-2023 16:48:19:FINISHED TEST : noContentTest() 11-30-2023 16:48:19:STARTING TEST : getHeadersTest() 11-30-2023 16:48:19:Found following objects: 11-30-2023 16:48:19:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu Nov 30 16:48:19 UTC 2023 Content-Language:fr_CA 11-30-2023 16:48:19:FINISHED TEST : getHeadersTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : getLastModifiedNotPresentTest() 11-30-2023 16:48:19:#getLastModified() is null as expected 11-30-2023 16:48:19:FINISHED TEST : getLastModifiedNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getStatusInfoTest() 11-30-2023 16:48:19:#getStatusInfo returned expected StatusTypes 11-30-2023 16:48:19:FINISHED TEST : getStatusInfoTest() 11-30-2023 16:48:19:STARTING TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:19:#hasEntity found the entity as expected 11-30-2023 16:48:19:FINISHED TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:19:STARTING TEST : getLengthTest() 11-30-2023 16:48:19:#getLength matches expected Content-Length 10 11-30-2023 16:48:19:FINISHED TEST : getLengthTest() 11-30-2023 16:48:19:STARTING TEST : contentLocationTest() 11-30-2023 16:48:19: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 11-30-2023 16:48:19:FINISHED TEST : contentLocationTest() 11-30-2023 16:48:19:STARTING TEST : getReasonPhraseTest() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : getReasonPhraseTest() 11-30-2023 16:48:19:STARTING TEST : getLastModifiedTest() 11-30-2023 16:48:19:#getLastModified matches the Last-Modified HTTP header 11-30-2023 16:48:19:FINISHED TEST : getLastModifiedTest() 11-30-2023 16:48:19:STARTING TEST : serverErrorTest() 11-30-2023 16:48:19:Correct status found in Response: 500 11-30-2023 16:48:19:FINISHED TEST : serverErrorTest() 11-30-2023 16:48:19:STARTING TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:19:#hasEntity found the Link as expected 11-30-2023 16:48:19:FINISHED TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:19:STARTING TEST : statusValueOfTest() 11-30-2023 16:48:19: 11-30-2023 16:48:19:FINISHED TEST : statusValueOfTest() 11-30-2023 16:48:19:STARTING TEST : getLocationTest() 11-30-2023 16:48:19:#getLocation contains expected location 11-30-2023 16:48:19:FINISHED TEST : getLocationTest() 11-30-2023 16:48:19:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 11-30-2023 16:48:19:#bufferEntity did ignore no backing stream as expected 11-30-2023 16:48:19:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 11-30-2023 16:48:19:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:48:19:#getLinkBuilder returned null as expected 11-30-2023 16:48:19:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 11-30-2023 16:48:19:STARTING TEST : getLinkNotPresentTest() 11-30-2023 16:48:19:#getLink return null as expected 11-30-2023 16:48:19:FINISHED TEST : getLinkNotPresentTest() 11-30-2023 16:48:19:STARTING TEST : getMediaTypeNoMediaTypeTest() 11-30-2023 16:48:19:#getMediaType returned null as expected 11-30-2023 16:48:19:FINISHED TEST : getMediaTypeNoMediaTypeTest() 11-30-2023 16:48:19:STARTING TEST : variantsTest() 11-30-2023 16:48:19:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 11-30-2023 16:48:19:FINISHED TEST : variantsTest() 11-30-2023 16:48:19:STARTING TEST : getCookiesTest() 11-30-2023 16:48:19: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. 11-30-2023 16:48:19:#getCookies returned expected cookies 11-30-2023 16:48:19:FINISHED TEST : getCookiesTest() 11-30-2023 16:48:19:STARTING TEST : statusFamilyValuesTest() 11-30-2023 16:48:19:FINISHED TEST : statusFamilyValuesTest() 11-30-2023 16:48:19:STARTING TEST : headerTest() 11-30-2023 16:48:19: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. 11-30-2023 16:48:19:FINISHED TEST : headerTest() 11-30-2023 16:48:19:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:48:19:#hasEntity has not found any entity as expected 11-30-2023 16:48:19:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorNullStringTest() 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:FINISHED TEST : constructorNullStringTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringTest() 11-30-2023 16:48:19:The exception contains expected #getMessage() 11-30-2023 16:48:19:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:19:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : valueOfTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : valueOfTest() 11-30-2023 16:48:19:STARTING TEST : valueOfTest1() 11-30-2023 16:48:19:FINISHED TEST : valueOfTest1() 11-30-2023 16:48:19:STARTING TEST : constructorTest1() 11-30-2023 16:48:19:FINISHED TEST : constructorTest1() 11-30-2023 16:48:19:STARTING TEST : constructorTest2() 11-30-2023 16:48:19:FINISHED TEST : constructorTest2() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 11-30-2023 16:48:19:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithSingleValuedMapTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 11-30-2023 16:48:19:FINISHED TEST : constructorWithSingleValuedMapTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithCapacityAndLoadTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:For given key the map does not contain following values as expected: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : constructorWithCapacityAndLoadTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithMapThrowsNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : constructorWithMapThrowsNPETest() 11-30-2023 16:48:19:STARTING TEST : defaultConstructorTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:For given key the map does not contain following values as expected: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : defaultConstructorTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithMapTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:FINISHED TEST : constructorWithMapTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithInitialCapacityTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:For given key the map does not contain following values as expected: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : constructorWithInitialCapacityTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 11-30-2023 16:48:19:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19: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 11-30-2023 16:48:19:STARTING TEST : isRegisteredProviderRegisteredClassTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found registered CallableProvider1 as expected on Client configuration 11-30-2023 16:48:19:Found registered CallableProvider2 as expected on WebTarget configuration 11-30-2023 16:48:19:Found registered CallableProvider1 as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 11-30-2023 16:48:19:STARTING TEST : getRuntimeTypeTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getRuntimeType() is CLIENT as expected on Client configuration 11-30-2023 16:48:19:#getRuntimeType() is CLIENT as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : getRuntimeTypeTest() 11-30-2023 16:48:19:STARTING TEST : getContractsTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 11-30-2023 16:48:19:Found expected priority 124 11-30-2023 16:48:19:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 11-30-2023 16:48:19:Found expected priority 124 11-30-2023 16:48:19:FINISHED TEST : getContractsTest() 11-30-2023 16:48:19:STARTING TEST : getContractsIsNeverNullTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getContracts() is not null as expected on Client configuration 11-30-2023 16:48:19:#getContracts() is not null as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : getContractsIsNeverNullTest() 11-30-2023 16:48:19:STARTING TEST : getClassesIsNeverNullTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getClasses() is not null as expected on Client configuration 11-30-2023 16:48:19:#getClasses() is not null as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : getClassesIsNeverNullTest() 11-30-2023 16:48:19:STARTING TEST : getClassesTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 providers 11-30-2023 16:48:19:Found 2 providers 11-30-2023 16:48:19:FINISHED TEST : getClassesTest() 11-30-2023 16:48:19:STARTING TEST : getInstancesIsImmutableTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 0 providers 11-30-2023 16:48:19:Found 0 providers 11-30-2023 16:48:19:FINISHED TEST : getInstancesIsImmutableTest() 11-30-2023 16:48:19:STARTING TEST : getPropertiesIsImmutableTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 properties 11-30-2023 16:48:19:Found 2 properties 11-30-2023 16:48:19:FINISHED TEST : getPropertiesIsImmutableTest() 11-30-2023 16:48:19:STARTING TEST : getPropertyNamesTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 properties 11-30-2023 16:48:19:Found 2 properties 11-30-2023 16:48:19:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:48:19:STARTING TEST : getPropertyIsNullTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getProperty('nonexisting') is null as expected 11-30-2023 16:48:19:#getProperty('nonexisting') is null as expected 11-30-2023 16:48:19:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:48:19:STARTING TEST : getPropertyTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found property0 11-30-2023 16:48:19:Found property1 11-30-2023 16:48:19:FINISHED TEST : getPropertyTest() 11-30-2023 16:48:19:STARTING TEST : getInstancesIsNeverNullTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:#getInstances() is not null as expected on Client configuration 11-30-2023 16:48:19:#getInstances() is not null as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : getInstancesIsNeverNullTest() 11-30-2023 16:48:19:STARTING TEST : getPropertiesTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 properties 11-30-2023 16:48:19:Found 2 properties 11-30-2023 16:48:19:FINISHED TEST : getPropertiesTest() 11-30-2023 16:48:19:STARTING TEST : getClassesIsImmutableTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 0 providers 11-30-2023 16:48:19:Found 0 providers 11-30-2023 16:48:19:Found 0 providers 11-30-2023 16:48:19:FINISHED TEST : getClassesIsImmutableTest() 11-30-2023 16:48:19:STARTING TEST : getInstancesTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 providers 11-30-2023 16:48:19:Found 2 providers 11-30-2023 16:48:19:FINISHED TEST : getInstancesTest() 11-30-2023 16:48:19:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found registered CallableProvider1 as expected on Client configuration 11-30-2023 16:48:19:Found registered CallableProvider2 as expected on WebTarget configuration 11-30-2023 16:48:19:Found registered CallableProvider1 as expected on WebTarget configuration 11-30-2023 16:48:19:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 11-30-2023 16:48:19:STARTING TEST : getPropertyNamesIsImmutableTest() 11-30-2023 16:48:19:Already registered 0 classes 11-30-2023 16:48:19:Already registered 0 instances 11-30-2023 16:48:19:Already registered 0 properties 11-30-2023 16:48:19:Found 1 properties 11-30-2023 16:48:19:Found 2 properties 11-30-2023 16:48:19:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : familyOfTest() 11-30-2023 16:48:19:#familyOf() returned expected Family for given statuses 11-30-2023 16:48:19:FINISHED TEST : familyOfTest() 11-30-2023 16:48:19:STARTING TEST : getStatusCodeTest() 11-30-2023 16:48:19:Found expected status code 200 for status 200 11-30-2023 16:48:19:Found expected status code 201 for status 201 11-30-2023 16:48:19:Found expected status code 202 for status 202 11-30-2023 16:48:19:Found expected status code 204 for status 204 11-30-2023 16:48:19:Found expected status code 205 for status 205 11-30-2023 16:48:19:Found expected status code 206 for status 206 11-30-2023 16:48:19:Found expected status code 301 for status 301 11-30-2023 16:48:19:Found expected status code 302 for status 302 11-30-2023 16:48:19:Found expected status code 303 for status 303 11-30-2023 16:48:19:Found expected status code 304 for status 304 11-30-2023 16:48:19:Found expected status code 305 for status 305 11-30-2023 16:48:19:Found expected status code 307 for status 307 11-30-2023 16:48:19:Found expected status code 400 for status 400 11-30-2023 16:48:19:Found expected status code 401 for status 401 11-30-2023 16:48:19:Found expected status code 402 for status 402 11-30-2023 16:48:19:Found expected status code 403 for status 403 11-30-2023 16:48:19:Found expected status code 404 for status 404 11-30-2023 16:48:19:Found expected status code 405 for status 405 11-30-2023 16:48:19:Found expected status code 406 for status 406 11-30-2023 16:48:19:Found expected status code 407 for status 407 11-30-2023 16:48:19:Found expected status code 408 for status 408 11-30-2023 16:48:19:Found expected status code 409 for status 409 11-30-2023 16:48:19:Found expected status code 410 for status 410 11-30-2023 16:48:19:Found expected status code 411 for status 411 11-30-2023 16:48:19:Found expected status code 412 for status 412 11-30-2023 16:48:19:Found expected status code 413 for status 413 11-30-2023 16:48:19:Found expected status code 414 for status 414 11-30-2023 16:48:19:Found expected status code 415 for status 415 11-30-2023 16:48:19:Found expected status code 416 for status 416 11-30-2023 16:48:19:Found expected status code 417 for status 417 11-30-2023 16:48:19:Found expected status code 500 for status 500 11-30-2023 16:48:19:Found expected status code 501 for status 501 11-30-2023 16:48:19:Found expected status code 502 for status 502 11-30-2023 16:48:19:Found expected status code 503 for status 503 11-30-2023 16:48:19:Found expected status code 504 for status 504 11-30-2023 16:48:19:Found expected status code 505 for status 505 11-30-2023 16:48:19:FINISHED TEST : getStatusCodeTest() 11-30-2023 16:48:19:STARTING TEST : getFamilyTest() 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 200 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 201 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 202 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 204 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 205 11-30-2023 16:48:19:Found expected family SUCCESSFUL for status 206 11-30-2023 16:48:19:Found expected family REDIRECTION for status 301 11-30-2023 16:48:19:Found expected family REDIRECTION for status 302 11-30-2023 16:48:19:Found expected family REDIRECTION for status 303 11-30-2023 16:48:19:Found expected family REDIRECTION for status 304 11-30-2023 16:48:19:Found expected family REDIRECTION for status 305 11-30-2023 16:48:19:Found expected family REDIRECTION for status 307 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 400 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 401 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 402 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 403 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 404 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 405 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 406 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 407 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 408 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 409 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 410 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 411 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 412 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 413 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 414 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 415 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 416 11-30-2023 16:48:19:Found expected family CLIENT_ERROR for status 417 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 500 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 501 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 502 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 503 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 504 11-30-2023 16:48:19:Found expected family SERVER_ERROR for status 505 11-30-2023 16:48:19:FINISHED TEST : getFamilyTest() 11-30-2023 16:48:19:STARTING TEST : getReasonPhraseTest() 11-30-2023 16:48:19:Found expected phrase OK for status 200 11-30-2023 16:48:19:Found expected phrase Created for status 201 11-30-2023 16:48:19:Found expected phrase Accepted for status 202 11-30-2023 16:48:19:Found expected phrase No Content for status 204 11-30-2023 16:48:19:Found expected phrase Reset Content for status 205 11-30-2023 16:48:19:Found expected phrase Partial Content for status 206 11-30-2023 16:48:19:Found expected phrase Moved Permanently for status 301 11-30-2023 16:48:19:Found expected phrase Found for status 302 11-30-2023 16:48:19:Found expected phrase See Other for status 303 11-30-2023 16:48:19:Found expected phrase Not Modified for status 304 11-30-2023 16:48:19:Found expected phrase Use Proxy for status 305 11-30-2023 16:48:19:Found expected phrase Temporary Redirect for status 307 11-30-2023 16:48:19:Found expected phrase Bad Request for status 400 11-30-2023 16:48:19:Found expected phrase Unauthorized for status 401 11-30-2023 16:48:19:Found expected phrase Payment Required for status 402 11-30-2023 16:48:19:Found expected phrase Forbidden for status 403 11-30-2023 16:48:19:Found expected phrase Not Found for status 404 11-30-2023 16:48:19:Found expected phrase Method Not Allowed for status 405 11-30-2023 16:48:19:Found expected phrase Not Acceptable for status 406 11-30-2023 16:48:19:Found expected phrase Proxy Authentication Required for status 407 11-30-2023 16:48:19:Found expected phrase Request Timeout for status 408 11-30-2023 16:48:19:Found expected phrase Conflict for status 409 11-30-2023 16:48:19:Found expected phrase Gone for status 410 11-30-2023 16:48:19:Found expected phrase Length Required for status 411 11-30-2023 16:48:19:Found expected phrase Precondition Failed for status 412 11-30-2023 16:48:19:Found expected phrase Request Entity Too Large for status 413 11-30-2023 16:48:19:Found expected phrase Request-URI Too Long for status 414 11-30-2023 16:48:19:Found expected phrase Unsupported Media Type for status 415 11-30-2023 16:48:19:Found expected phrase Requested Range Not Satisfiable for status 416 11-30-2023 16:48:19:Found expected phrase Expectation Failed for status 417 11-30-2023 16:48:19:Found expected phrase Internal Server Error for status 500 11-30-2023 16:48:19:Found expected phrase Not Implemented for status 501 11-30-2023 16:48:19:Found expected phrase Bad Gateway for status 502 11-30-2023 16:48:19:Found expected phrase Service Unavailable for status 503 11-30-2023 16:48:19:Found expected phrase Gateway Timeout for status 504 11-30-2023 16:48:19:Found expected phrase HTTP Version Not Supported for status 505 11-30-2023 16:48:19:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : titleTest() 11-30-2023 16:48:19:#title set expected title 11-30-2023 16:48:19:FINISHED TEST : titleTest() 11-30-2023 16:48:19:STARTING TEST : uriStringThrowsIAETest() 11-30-2023 16:48:19:#uri(nonUriString) throws IllegalArgumentException as expected 11-30-2023 16:48:19:FINISHED TEST : uriStringThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : linkLinkTest() 11-30-2023 16:48:19:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19: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" 11-30-2023 16:48:19:FINISHED TEST : linkLinkTest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected when a value has not been supplied 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 11-30-2023 16:48:19:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 11-30-2023 16:48:19:#param throws IllegalArgumentException as expected 11-30-2023 16:48:19:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 11-30-2023 16:48:19:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 11-30-2023 16:48:19:#param throws IllegalArgumentException as expected 11-30-2023 16:48:19:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 11-30-2023 16:48:19:STARTING TEST : uriStringTest() 11-30-2023 16:48:19:#uri(String) affected link as expected 11-30-2023 16:48:19:FINISHED TEST : uriStringTest() 11-30-2023 16:48:19:STARTING TEST : baseUriStringTest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/a/b/c 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:FINISHED TEST : baseUriStringTest() 11-30-2023 16:48:19:STARTING TEST : uriUriTest() 11-30-2023 16:48:19:#uri(URI) affected link as expected 11-30-2023 16:48:19:FINISHED TEST : uriUriTest() 11-30-2023 16:48:19:STARTING TEST : uriBuilderTest() 11-30-2023 16:48:19:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 11-30-2023 16:48:19:FINISHED TEST : uriBuilderTest() 11-30-2023 16:48:19:STARTING TEST : relMoreNamesTest() 11-30-2023 16:48:19:#rel added expected relations 11-30-2023 16:48:19:FINISHED TEST : relMoreNamesTest() 11-30-2023 16:48:19:STARTING TEST : linkStringTest() 11-30-2023 16:48:19:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19: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" 11-30-2023 16:48:19:FINISHED TEST : linkStringTest() 11-30-2023 16:48:19:STARTING TEST : buildObjectsTest() 11-30-2023 16:48:19:#build() finished building a link and returned the instance 11-30-2023 16:48:19:FINISHED TEST : buildObjectsTest() 11-30-2023 16:48:19:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:#build() throw UriBuilderException as expected 11-30-2023 16:48:19:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:STARTING TEST : typeTest() 11-30-2023 16:48:19:#type set correct types 11-30-2023 16:48:19:FINISHED TEST : typeTest() 11-30-2023 16:48:19:STARTING TEST : baseUriURITest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/a/b/c 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:FINISHED TEST : baseUriURITest() 11-30-2023 16:48:19:STARTING TEST : baseUriStringThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : baseUriStringThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:UriBuilderException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected when a value has not been supplied 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected when a supplied value is null 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 11-30-2023 16:48:19:Found expected a/b/c 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:Found expected http://oracle.com:888/a/b/c 11-30-2023 16:48:19:When a prefix is not shared, the methods is equivalent to build() as expected 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 11-30-2023 16:48:19:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected when a value has not been supplied 11-30-2023 16:48:19:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 11-30-2023 16:48:19:STARTING TEST : linkStringThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : linkStringThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : baseUriIsNotJustBaseURITest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/a/b/c 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:FINISHED TEST : baseUriIsNotJustBaseURITest() 11-30-2023 16:48:19:STARTING TEST : baseUriIsNotJustBaseStringTest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/a/b/c 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:FINISHED TEST : baseUriIsNotJustBaseStringTest() 11-30-2023 16:48:19:STARTING TEST : baseUriIsIgnoredURITest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/resource/something 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:The base uri http://ignored.com has been ignored as expected 11-30-2023 16:48:19:FINISHED TEST : baseUriIsIgnoredURITest() 11-30-2023 16:48:19:STARTING TEST : relTest() 11-30-2023 16:48:19:#rel added expected relations 11-30-2023 16:48:19:FINISHED TEST : relTest() 11-30-2023 16:48:19:STARTING TEST : buildNoArgTest() 11-30-2023 16:48:19:#build() finished building a link and returned the instance 11-30-2023 16:48:19:FINISHED TEST : buildNoArgTest() 11-30-2023 16:48:19:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:#build(someNonURIObjects) throw UriBuilderException as expected 11-30-2023 16:48:19:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 11-30-2023 16:48:19:STARTING TEST : baseUriIsIgnoredStringTest() 11-30-2023 16:48:19:Created URI http://oracle.com:888/resource/something 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:The base uri http://ignored.com has been ignored as expected 11-30-2023 16:48:19:FINISHED TEST : baseUriIsIgnoredStringTest() 11-30-2023 16:48:19:STARTING TEST : buildRelativizedTest() 11-30-2023 16:48:19:Found expected a/b/c 11-30-2023 16:48:19:Absolute http://oracle.com:888/ has not been found as expected in link 11-30-2023 16:48:19:FINISHED TEST : buildRelativizedTest() 11-30-2023 16:48:19:STARTING TEST : paramTest() 11-30-2023 16:48:19:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 11-30-2023 16:48:19:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 11-30-2023 16:48:19:#param set correct parameters 11-30-2023 16:48:19:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : getTitleTest() 11-30-2023 16:48:19:Found expected TITLETITLE 11-30-2023 16:48:19:FINISHED TEST : getTitleTest() 11-30-2023 16:48:19:STARTING TEST : fromUriStringTest() 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:Found expected resource 11-30-2023 16:48:19:Found expected get 11-30-2023 16:48:19:Link has been created from URI http://oracle.com:888/resource/GET 11-30-2023 16:48:19:FINISHED TEST : fromUriStringTest() 11-30-2023 16:48:19:STARTING TEST : constructorTest() 11-30-2023 16:48:19:new Link() call iss successfull 11-30-2023 16:48:19:FINISHED TEST : constructorTest() 11-30-2023 16:48:19:STARTING TEST : getUriBuilderTest() 11-30-2023 16:48:19:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 11-30-2023 16:48:19:FINISHED TEST : getUriBuilderTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 11-30-2023 16:48:19:Found expected http://oracle.com:888/resource/get 11-30-2023 16:48:19:Found expected http://oracle.com:888/resource/consumesappjson 11-30-2023 16:48:19:Opaque Link has been used in Client.invocation() sucessfully 11-30-2023 16:48:19:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 11-30-2023 16:48:19:IllegalArgumentException has been successfully thrown 11-30-2023 16:48:19:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 11-30-2023 16:48:19:STARTING TEST : fromUriBuilderTest() 11-30-2023 16:48:19:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 11-30-2023 16:48:19:FINISHED TEST : fromUriBuilderTest() 11-30-2023 16:48:19:STARTING TEST : fromLinkTest() 11-30-2023 16:48:19:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 11-30-2023 16:48:19:FINISHED TEST : fromLinkTest() 11-30-2023 16:48:19:STARTING TEST : fromPathTest() 11-30-2023 16:48:19:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 11-30-2023 16:48:19:FINISHED TEST : fromPathTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 11-30-2023 16:48:19:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 11-30-2023 16:48:19:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 11-30-2023 16:48:19:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:STARTING TEST : serializationFromResourceTest() 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 11-30-2023 16:48:19:serialization works for method get 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 11-30-2023 16:48:19:serialization works for method trace 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 11-30-2023 16:48:19:serialization works for method delete 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 11-30-2023 16:48:19:serialization works for method consumesAppJson 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 11-30-2023 16:48:19:serialization works for method producesSvgXml 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 11-30-2023 16:48:19:serialization works for method producesXml 11-30-2023 16:48:19:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 11-30-2023 16:48:19:serialization works for method consumesForm 11-30-2023 16:48:19:Serialization with #toString() of Resource method links is sucessfull 11-30-2023 16:48:19:FINISHED TEST : serializationFromResourceTest() 11-30-2023 16:48:19:STARTING TEST : fromPathThrowsIAETest() 11-30-2023 16:48:19:fromPath(null) throws IllegalArgumentException as expected 11-30-2023 16:48:19:FINISHED TEST : fromPathThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : getParamsFromBuilderTest() 11-30-2023 16:48:19:Found expected titletitle 11-30-2023 16:48:19:Found expected RELREL 11-30-2023 16:48:19:Found expected typetype 11-30-2023 16:48:19:Found expected newparamvalue 11-30-2023 16:48:19:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 11-30-2023 16:48:19:FINISHED TEST : getParamsFromBuilderTest() 11-30-2023 16:48:19:STARTING TEST : getTypeIsNullTest() 11-30-2023 16:48:19:#getType( returns null as expected 11-30-2023 16:48:19:FINISHED TEST : getTypeIsNullTest() 11-30-2023 16:48:19:STARTING TEST : fromUriTest() 11-30-2023 16:48:19:Found expected http://oracle.com:888/ 11-30-2023 16:48:19:Found expected resource 11-30-2023 16:48:19:Found expected get 11-30-2023 16:48:19:Link has been created from URI http://oracle.com:888/resource/GET 11-30-2023 16:48:19:FINISHED TEST : fromUriTest() 11-30-2023 16:48:19:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:Link#vaueOf() throws IllegalArgumentException as expected 11-30-2023 16:48:19:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:STARTING TEST : getTitleIsNullTest() 11-30-2023 16:48:19:#getTitle( returns null as expected 11-30-2023 16:48:19:FINISHED TEST : getTitleIsNullTest() 11-30-2023 16:48:19:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 11-30-2023 16:48:19:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 11-30-2023 16:48:19:STARTING TEST : getParamsFromResourceTest() {title=Title} 11-30-2023 16:48:19:Found expected Title 11-30-2023 16:48:19:{title=Title} found as expected 11-30-2023 16:48:19:FINISHED TEST : getParamsFromResourceTest() 11-30-2023 16:48:19:STARTING TEST : getUriTest() 11-30-2023 16:48:19:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 11-30-2023 16:48:19:FINISHED TEST : getUriTest() 11-30-2023 16:48:19:STARTING TEST : fromMethodTest() 11-30-2023 16:48:19:Found expected 11-30-2023 16:48:19:Link has been created 11-30-2023 16:48:19:FINISHED TEST : fromMethodTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 11-30-2023 16:48:19:IllegalArgumentException has been successfully thrown 11-30-2023 16:48:19:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 11-30-2023 16:48:19:STARTING TEST : getTypeTest() 11-30-2023 16:48:19:Found expected TYPETYPE 11-30-2023 16:48:19:FINISHED TEST : getTypeTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceTest() 11-30-2023 16:48:19:Found expected 11-30-2023 16:48:19:type is not in as expected 11-30-2023 16:48:19:Link has been created 11-30-2023 16:48:19:FINISHED TEST : fromResourceTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceWithMediaTypeTest() 11-30-2023 16:48:19:Found expected 11-30-2023 16:48:19:type="text/html" is not in as expected 11-30-2023 16:48:19:Link has been created 11-30-2023 16:48:19:FINISHED TEST : fromResourceWithMediaTypeTest() 11-30-2023 16:48:19:STARTING TEST : getRelsTest() 11-30-2023 16:48:19:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 11-30-2023 16:48:19:FINISHED TEST : getRelsTest() 11-30-2023 16:48:19:STARTING TEST : fromPathWithUriTemplateParamsTest() 11-30-2023 16:48:19:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 11-30-2023 16:48:19:FINISHED TEST : fromPathWithUriTemplateParamsTest() 11-30-2023 16:48:19:STARTING TEST : getRelsIsEmptyTest() 11-30-2023 16:48:19:#getRel() return empty list as expected 11-30-2023 16:48:19:FINISHED TEST : getRelsIsEmptyTest() 11-30-2023 16:48:19:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 11-30-2023 16:48:19:IllegalArgumentException has been successfully thrown 11-30-2023 16:48:19:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 11-30-2023 16:48:19:STARTING TEST : getRelIsEmptyListTest() 11-30-2023 16:48:19:#getRel() returns expected null 11-30-2023 16:48:19:FINISHED TEST : getRelIsEmptyListTest() 11-30-2023 16:48:19:STARTING TEST : getRelTest() 11-30-2023 16:48:19:#getRel() return expected rel 11-30-2023 16:48:19:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : unmarshallTest() 11-30-2023 16:48:19:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 11-30-2023 16:48:19:FINISHED TEST : unmarshallTest() 11-30-2023 16:48:19:STARTING TEST : marshallTest() 11-30-2023 16:48:19:Marshalled Link contains expected 11-30-2023 16:48:19:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : parseTest1() 11-30-2023 16:48:19:FINISHED TEST : parseTest1() 11-30-2023 16:48:19:STARTING TEST : parseTest2() 11-30-2023 16:48:19:FINISHED TEST : parseTest2() 11-30-2023 16:48:19:STARTING TEST : parseTest3() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : parseTest3() 11-30-2023 16:48:19:STARTING TEST : constructorTest1() 11-30-2023 16:48:19:FINISHED TEST : constructorTest1() 11-30-2023 16:48:19:STARTING TEST : constructorTest2() 11-30-2023 16:48:19:FINISHED TEST : constructorTest2() 11-30-2023 16:48:19:STARTING TEST : constructorTest3() 11-30-2023 16:48:19:FINISHED TEST : constructorTest3() 11-30-2023 16:48:19:STARTING TEST : constructorTest4() 11-30-2023 16:48:19:FINISHED TEST : constructorTest4() 11-30-2023 16:48:19:STARTING TEST : constructorTest5() 11-30-2023 16:48:19:FINISHED TEST : constructorTest5() 11-30-2023 16:48:19:STARTING TEST : constructorTest6() 11-30-2023 16:48:19:FINISHED TEST : constructorTest6() 11-30-2023 16:48:19:STARTING TEST : constructorTest7() 11-30-2023 16:48:19:FINISHED TEST : constructorTest7() 11-30-2023 16:48:19:STARTING TEST : constructorTest8() 11-30-2023 16:48:19:FINISHED TEST : constructorTest8() 11-30-2023 16:48:19:STARTING TEST : constructorTest9() 11-30-2023 16:48:19:FINISHED TEST : constructorTest9() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : toCookieTest() 11-30-2023 16:48:19:FINISHED TEST : toCookieTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : constructorTest10() 11-30-2023 16:48:19:FINISHED TEST : constructorTest10() 11-30-2023 16:48:19:STARTING TEST : constructorTest11() 11-30-2023 16:48:19:FINISHED TEST : constructorTest11() 11-30-2023 16:48:19:STARTING TEST : constructorTest12() 11-30-2023 16:48:19:FINISHED TEST : constructorTest12() 11-30-2023 16:48:19:STARTING TEST : constructorTest13() 11-30-2023 16:48:19:FINISHED TEST : constructorTest13() 11-30-2023 16:48:19:STARTING TEST : constructorTest14() 11-30-2023 16:48:19:FINISHED TEST : constructorTest14() 11-30-2023 16:48:19:STARTING TEST : constructorTest15() 11-30-2023 16:48:19:FINISHED TEST : constructorTest15() 11-30-2023 16:48:19:STARTING TEST : constructorTest16() 11-30-2023 16:48:19:FINISHED TEST : constructorTest16() 11-30-2023 16:48:19:STARTING TEST : constructorTest17() 11-30-2023 16:48:19:FINISHED TEST : constructorTest17() 11-30-2023 16:48:19:STARTING TEST : constructorTest18() 11-30-2023 16:48:19:FINISHED TEST : constructorTest18() 11-30-2023 16:48:19:STARTING TEST : constructorTest19() 11-30-2023 16:48:19:FINISHED TEST : constructorTest19() 11-30-2023 16:48:19:STARTING TEST : constructorTest20() 11-30-2023 16:48:19:FINISHED TEST : constructorTest20() 11-30-2023 16:48:19:STARTING TEST : constructorTest21() 11-30-2023 16:48:19:FINISHED TEST : constructorTest21() 11-30-2023 16:48:19:STARTING TEST : constructorTest22() 11-30-2023 16:48:19:FINISHED TEST : constructorTest22() 11-30-2023 16:48:19:STARTING TEST : constructorTest23() 11-30-2023 16:48:19:FINISHED TEST : constructorTest23() 11-30-2023 16:48:19:STARTING TEST : constructorTest24() 11-30-2023 16:48:19:FINISHED TEST : constructorTest24() 11-30-2023 16:48:19:STARTING TEST : constructorTest25() 11-30-2023 16:48:19:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : languageTest() 11-30-2023 16:48:19:FINISHED TEST : languageTest() 11-30-2023 16:48:19:STARTING TEST : encodingTest() 11-30-2023 16:48:19:FINISHED TEST : encodingTest() 11-30-2023 16:48:19:STARTING TEST : complexTest() 11-30-2023 16:48:19:FINISHED TEST : complexTest() 11-30-2023 16:48:19:STARTING TEST : mediaTypesTest1() 11-30-2023 16:48:19:FINISHED TEST : mediaTypesTest1() 11-30-2023 16:48:19:STARTING TEST : mediaTypesTest2() 11-30-2023 16:48:19:FINISHED TEST : mediaTypesTest2() 11-30-2023 16:48:19:STARTING TEST : newInstanceTest() 11-30-2023 16:48:19:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorWithTypeTest() 11-30-2023 16:48:19:Succesfully created GenericType>(Type) instance 11-30-2023 16:48:19:FINISHED TEST : constructorWithTypeTest() 11-30-2023 16:48:19:STARTING TEST : constructorProtectedTest() 11-30-2023 16:48:19:Succesfully created GenericType>(){} instance 11-30-2023 16:48:19:FINISHED TEST : constructorProtectedTest() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:The tested GenericType> instances are equal 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : hashCodeTest() 11-30-2023 16:48:19:Both GenericType instances have the same hashCode() 11-30-2023 16:48:19:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 11-30-2023 16:48:19:Method did return immediatelly for empty array 11-30-2023 16:48:19:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 11-30-2023 16:48:19:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 11-30-2023 16:48:19:Method did return immediatelly for empty array 11-30-2023 16:48:19:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenEmptyTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenEmptyTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenSingleItemTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenSingleItemTest() 11-30-2023 16:48:19:STARTING TEST : addAllValuesThrowNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : addAllValuesThrowNPETest() 11-30-2023 16:48:19:STARTING TEST : addAllValuesNullKeyTest() 11-30-2023 16:48:19:All values have been added for null key 11-30-2023 16:48:19:FINISHED TEST : addAllValuesNullKeyTest() 11-30-2023 16:48:19:STARTING TEST : addAllListThrowNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : addAllListThrowNPETest() 11-30-2023 16:48:19:STARTING TEST : addFirstTest() 11-30-2023 16:48:19:#addFirst added new item to a first position 11-30-2023 16:48:19:FINISHED TEST : addFirstTest() 11-30-2023 16:48:19:STARTING TEST : putSingleTest() 11-30-2023 16:48:19:FINISHED TEST : putSingleTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenMoreItemsTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenMoreItemsTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenFirstErasedTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenFirstErasedTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenListClearedTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenListClearedTest() 11-30-2023 16:48:19:STARTING TEST : equalsIgnoreValueOrderTest() 11-30-2023 16:48:19:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 11-30-2023 16:48:19:FINISHED TEST : equalsIgnoreValueOrderTest() 11-30-2023 16:48:19:STARTING TEST : addAllListNullKeyTest() 11-30-2023 16:48:19:All values have been added for null key 11-30-2023 16:48:19:FINISHED TEST : addAllListNullKeyTest() 11-30-2023 16:48:19:STARTING TEST : addAllValuesTest() 11-30-2023 16:48:19:All values have been added for key key0 11-30-2023 16:48:19:FINISHED TEST : addAllValuesTest() 11-30-2023 16:48:19:STARTING TEST : getFirstWhenKeyIsNullTest() 11-30-2023 16:48:19:FINISHED TEST : getFirstWhenKeyIsNullTest() 11-30-2023 16:48:19:STARTING TEST : addAllListTest() 11-30-2023 16:48:19:All values have been added for key key0 11-30-2023 16:48:19:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : getEntityTest() 11-30-2023 16:48:19:Entity has been retrieved 11-30-2023 16:48:19:FINISHED TEST : getEntityTest() 11-30-2023 16:48:19:STARTING TEST : singleArgumentConstructorTest() 11-30-2023 16:48:19:Expected IllegalArgumentException thrown: The entity must not be null 11-30-2023 16:48:19:GenericEntity>> instance created 11-30-2023 16:48:19:FINISHED TEST : singleArgumentConstructorTest() 11-30-2023 16:48:19:STARTING TEST : constructorWith1ArgTest() 11-30-2023 16:48:19:GenericEntity>(List) instance created 11-30-2023 16:48:19:FINISHED TEST : constructorWith1ArgTest() 11-30-2023 16:48:19:STARTING TEST : constructorWith2ArgsTest() 11-30-2023 16:48:19:GenericEntity>(List, Type) instance created 11-30-2023 16:48:19:FINISHED TEST : constructorWith2ArgsTest() 11-30-2023 16:48:19:STARTING TEST : constructorTest1() 11-30-2023 16:48:19:Expected IllegalArgumentException thrown: Arguments must not be null. 11-30-2023 16:48:19:FINISHED TEST : constructorTest1() 11-30-2023 16:48:19:STARTING TEST : constructorTest2() 11-30-2023 16:48:19:Expected IllegalArgumentException thrown: Arguments must not be null. 11-30-2023 16:48:19:FINISHED TEST : constructorTest2() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:The tested GenericEntity> instances are equal 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : getTypeTest() 11-30-2023 16:48:19:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 11-30-2023 16:48:19:FINISHED TEST : getTypeTest() 11-30-2023 16:48:19:STARTING TEST : hashCodeTest() 11-30-2023 16:48:19:Both GenericEntity instances have the same hashCode() 11-30-2023 16:48:19:FINISHED TEST : hashCodeTest() 11-30-2023 16:48:19:STARTING TEST : getRawTypeTest() 11-30-2023 16:48:19:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 11-30-2023 16:48:19:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorMultivaluedMapArgTest() 11-30-2023 16:48:19:Form instance with MultivaluedMap argument sucessfully created 11-30-2023 16:48:19:FINISHED TEST : constructorMultivaluedMapArgTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringArgsTest() 11-30-2023 16:48:19:Form instance with String arguments sucessfully created 11-30-2023 16:48:19:FINISHED TEST : constructorStringArgsTest() 11-30-2023 16:48:19:STARTING TEST : paramTest() 11-30-2023 16:48:19:Form instance created 11-30-2023 16:48:19:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : valueOfTest() 11-30-2023 16:48:19:FINISHED TEST : valueOfTest() 11-30-2023 16:48:19:STARTING TEST : noStoreTest() 11-30-2023 16:48:19:FINISHED TEST : noStoreTest() 11-30-2023 16:48:19:STARTING TEST : valueOfTest1() 11-30-2023 16:48:19:FINISHED TEST : valueOfTest1() 11-30-2023 16:48:19:STARTING TEST : revalidateTest() 11-30-2023 16:48:19:FINISHED TEST : revalidateTest() 11-30-2023 16:48:19:STARTING TEST : maxAgeTest() 11-30-2023 16:48:19:FINISHED TEST : maxAgeTest() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : getExtensionTest() 11-30-2023 16:48:19:FINISHED TEST : getExtensionTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : noCacheTest() 11-30-2023 16:48:19:FINISHED TEST : noCacheTest() 11-30-2023 16:48:19:STARTING TEST : noTransformTest() 11-30-2023 16:48:19:FINISHED TEST : noTransformTest() 11-30-2023 16:48:19:STARTING TEST : sMaxAgeTest() 11-30-2023 16:48:19:FINISHED TEST : sMaxAgeTest() 11-30-2023 16:48:19:STARTING TEST : proxyRevalidateTest() 11-30-2023 16:48:19:FINISHED TEST : proxyRevalidateTest() 11-30-2023 16:48:19:STARTING TEST : emptyConstructorTest() 11-30-2023 16:48:19:FINISHED TEST : emptyConstructorTest() 11-30-2023 16:48:19:STARTING TEST : privateTest() 11-30-2023 16:48:19:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : parseTest1() 11-30-2023 16:48:19:FINISHED TEST : parseTest1() 11-30-2023 16:48:19:STARTING TEST : parseTest2() 11-30-2023 16:48:19:FINISHED TEST : parseTest2() 11-30-2023 16:48:19:STARTING TEST : parseTest3() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:19:FINISHED TEST : parseTest3() 11-30-2023 16:48:19:STARTING TEST : constructorTest1() 11-30-2023 16:48:19:FINISHED TEST : constructorTest1() 11-30-2023 16:48:19:STARTING TEST : constructorTest2() 11-30-2023 16:48:19:FINISHED TEST : constructorTest2() 11-30-2023 16:48:19:STARTING TEST : constructorTest3() 11-30-2023 16:48:19:FINISHED TEST : constructorTest3() 11-30-2023 16:48:19:STARTING TEST : constructorTest4() 11-30-2023 16:48:19:FINISHED TEST : constructorTest4() 11-30-2023 16:48:19:STARTING TEST : constructorTest5() 11-30-2023 16:48:19:FINISHED TEST : constructorTest5() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : uriConstructorTest() 11-30-2023 16:48:19:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 11-30-2023 16:48:19:Link.JaxbLink.getParams() is empty as expected 11-30-2023 16:48:19:FINISHED TEST : uriConstructorTest() 11-30-2023 16:48:19:STARTING TEST : defaultConstructorTest() 11-30-2023 16:48:19:Link.JaxbLink.getUri() is empty as expected 11-30-2023 16:48:19:Link.JaxbLink.getParams() is empty as expected 11-30-2023 16:48:19:FINISHED TEST : defaultConstructorTest() 11-30-2023 16:48:19:STARTING TEST : uriParamsConstructorTest() 11-30-2023 16:48:19:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 11-30-2023 16:48:19:Link.JaxbLink.getParams() contains qName as expected 11-30-2023 16:48:19:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:FINISHED TEST : constructorTest() 11-30-2023 16:48:19:STARTING TEST : keySetTest() 11-30-2023 16:48:19:#keySet returns correct values 11-30-2023 16:48:19:FINISHED TEST : keySetTest() 11-30-2023 16:48:19:STARTING TEST : addAllThrowsNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 11-30-2023 16:48:19:FINISHED TEST : addAllThrowsNPETest() 11-30-2023 16:48:19:STARTING TEST : addNullValuesTest() 11-30-2023 16:48:19:Given key key2 does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:Given key key3 does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:FINISHED TEST : addNullValuesTest() 11-30-2023 16:48:19:STARTING TEST : putSingleNullValueTest() 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:#putSingle(key, null) did replaced the values as expected 11-30-2023 16:48:19:FINISHED TEST : putSingleNullValueTest() 11-30-2023 16:48:19:STARTING TEST : entrySetTest() 11-30-2023 16:48:19:#entrySet() has correct values 11-30-2023 16:48:19:FINISHED TEST : entrySetTest() 11-30-2023 16:48:19:STARTING TEST : clearTest() 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:FINISHED TEST : clearTest() 11-30-2023 16:48:19:STARTING TEST : addTest() 11-30-2023 16:48:19:Found key key2 with following values: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : addTest() 11-30-2023 16:48:19:STARTING TEST : containsKeyTest() 11-30-2023 16:48:19:#containsKey found non-null key and also the null key 11-30-2023 16:48:19:FINISHED TEST : containsKeyTest() 11-30-2023 16:48:19:STARTING TEST : putAllTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key2 with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:#putAll() put all the values of both keys 11-30-2023 16:48:19:FINISHED TEST : putAllTest() 11-30-2023 16:48:19:STARTING TEST : isEmptyTest() 11-30-2023 16:48:19:#isEmpty returns correct values 11-30-2023 16:48:19:FINISHED TEST : isEmptyTest() 11-30-2023 16:48:19:STARTING TEST : putTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:#put() put the value 11-30-2023 16:48:19:FINISHED TEST : putTest() 11-30-2023 16:48:19:STARTING TEST : addFirstNullTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:FINISHED TEST : addFirstNullTest() 11-30-2023 16:48:19:STARTING TEST : getTest() 11-30-2023 16:48:19:#get() is sucessfull 11-30-2023 16:48:19:FINISHED TEST : getTest() 11-30-2023 16:48:19:STARTING TEST : addFirstTest() 11-30-2023 16:48:19:Found first item value4 11-30-2023 16:48:19:FINISHED TEST : addFirstTest() 11-30-2023 16:48:19:STARTING TEST : putSingleTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value5 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:#putSingle() sucessfully replaced the values by a new one 11-30-2023 16:48:19:FINISHED TEST : putSingleTest() 11-30-2023 16:48:19:STARTING TEST : addAllListNullValuesTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value4 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:FINISHED TEST : addAllListNullValuesTest() 11-30-2023 16:48:19:STARTING TEST : equalsTest() 11-30-2023 16:48:19:#equals() is delegated to underlaying map 11-30-2023 16:48:19:FINISHED TEST : equalsTest() 11-30-2023 16:48:19:STARTING TEST : addAllListThrowsNPETest() 11-30-2023 16:48:19:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 11-30-2023 16:48:19:FINISHED TEST : addAllListThrowsNPETest() 11-30-2023 16:48:19:STARTING TEST : toStringTest() 11-30-2023 16:48:19:#toString returned {key=[value1, value2, value3]} 11-30-2023 16:48:19:FINISHED TEST : toStringTest() 11-30-2023 16:48:19:STARTING TEST : sizeTest() 11-30-2023 16:48:19:#size() returns correct values 11-30-2023 16:48:19:FINISHED TEST : sizeTest() 11-30-2023 16:48:19:STARTING TEST : equalsIgnoreValueOrderTest() 11-30-2023 16:48:19:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 11-30-2023 16:48:19:FINISHED TEST : equalsIgnoreValueOrderTest() 11-30-2023 16:48:19:STARTING TEST : addAllEmptyValuesTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:FINISHED TEST : addAllEmptyValuesTest() 11-30-2023 16:48:19:STARTING TEST : removeTest() 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key2 with following values: 11-30-2023 16:48:19:value4 11-30-2023 16:48:19:#removeTest(key) removed the correct key and the value as expected 11-30-2023 16:48:19:FINISHED TEST : removeTest() 11-30-2023 16:48:19:STARTING TEST : addAllNullValuesTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value4 11-30-2023 16:48:19:Given key key does not contain following values as expected: 11-30-2023 16:48:19:null 11-30-2023 16:48:19:FINISHED TEST : addAllNullValuesTest() 11-30-2023 16:48:19:STARTING TEST : hashCodeTest() 11-30-2023 16:48:19:#hashCode() is delegated to underlaying map 11-30-2023 16:48:19:FINISHED TEST : hashCodeTest() 11-30-2023 16:48:19:STARTING TEST : addNullKeyTest() 11-30-2023 16:48:19:Found key null with following values: 11-30-2023 16:48:19:value4 11-30-2023 16:48:19:FINISHED TEST : addNullKeyTest() 11-30-2023 16:48:19:STARTING TEST : addAllValuesTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : addAllValuesTest() 11-30-2023 16:48:19:STARTING TEST : addAllListEmptyValuesTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:FINISHED TEST : addAllListEmptyValuesTest() 11-30-2023 16:48:19:STARTING TEST : valuesTest() 11-30-2023 16:48:19:#values returned 2 lists 11-30-2023 16:48:19:FINISHED TEST : valuesTest() 11-30-2023 16:48:19:STARTING TEST : containsValueTest() 11-30-2023 16:48:19:#containsValue() found list of items as expected 11-30-2023 16:48:19:FINISHED TEST : containsValueTest() 11-30-2023 16:48:19:STARTING TEST : addAllListTest() 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value1 value2 value3 11-30-2023 16:48:19:Found key key with following values: 11-30-2023 16:48:19:value4 value5 11-30-2023 16:48:19:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 999 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStatusTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 999 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorIntTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 999 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 999 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ClientErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusNullThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowsIEATest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowsIEATest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowableTest() 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Bad Request 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unauthorized 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Payment Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Forbidden 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Found 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Method Not Allowed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Not Acceptable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Proxy Authentication Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Timeout 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Conflict 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Gone 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Length Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Entity Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request-URI Too Long 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unsupported Media Type 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Requested Range Not Satisfiable 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Expectation Failed 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Precondition Required 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Too Many Requests 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Request Header Fields Too Large 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:Response of the exception contains expected status Unavailable For Legal Reasons 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusUriThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusUriThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntUriThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorIntUriThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorIntUriTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:FINISHED TEST : constructorIntUriTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusUriTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusUriTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusUriTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:FINISHED TEST : constructorStatusUriTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntUriThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntUriThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntUriTest() 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected location http://oracle.com:888/REDIRECTIONtest 11-30-2023 16:48:19:found expected getMessage()= TCK RedirectionException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 11-30-2023 16:48:19:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 11-30-2023 16:48:19:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 11-30-2023 16:48:19:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for null status 11-30-2023 16:48:19:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:FINISHED TEST : constructorIntTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringStatusThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:found expected getMessage()= TCK ServerErrorException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringStatusThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -1 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status 2147483647 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status -2147483648 11-30-2023 16:48:19:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowableTest() 11-30-2023 16:48:19:STARTING TEST : constructorIntThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorIntThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:19:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:19:STARTING TEST : constructorStatusThrowableTest() 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorTest() 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT 11-30-2023 16:48:19:STARTING TEST : constructorStringNullStatusThrowsIAETest() 11-30-2023 16:48:19:IllegalArgumentException has been thrown as expected when null Status 11-30-2023 16:48:19:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 11-30-2023 16:48:19:STARTING TEST : constructorStringThrowableStatusTest() 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:FINISHED TEST : constructorStringThrowableStatusTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Bad Gateway status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Service Unavailable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Gateway Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:response contains expected Network Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:19:STARTING TEST : constructorStringThrowableResponseTest() 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected OK status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Created status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Accepted status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected No Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Reset Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Partial Content status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Multiple Choices status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Moved Permanently status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected See Other status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Modified status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Use Proxy status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Temporary Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Permanent Redirect status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Bad Request status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unauthorized status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Payment Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Forbidden status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Found status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Method Not Allowed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Not Acceptable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Proxy Authentication Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Timeout status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Conflict status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Gone status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Length Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Precondition Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Entity Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request-URI Too Long status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unsupported Media Type status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Expectation Failed status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Precondition Required status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Too Many Requests status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Error 11-30-2023 16:48:19:response contains expected Internal Server Error status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.Throwable 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:19:response contains expected Not Implemented status 11-30-2023 16:48:19:Found expected http Host header 11-30-2023 16:48:19:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:19:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableResponseTest() 11-30-2023 16:48:20:STARTING TEST : statusNullTest() 11-30-2023 16:48:20:FINISHED TEST : statusNullTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringNullResponseTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringNullResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringIntTest() 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringIntTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableNullResponseTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableNullResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringStatusTest() 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringStatusTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : throwableStatusTest1() 11-30-2023 16:48:20:FINISHED TEST : throwableStatusTest1() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableIntTest() 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected OK status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Created status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Accepted status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected No Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Reset Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Partial Content status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Multiple Choices status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Moved Permanently status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected See Other status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Modified status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Use Proxy status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Temporary Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Permanent Redirect status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Payment Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Proxy Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Request Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Conflict status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Gone status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Length Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Precondition Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Request Entity Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Request-URI Too Long status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Unsupported Media Type status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Requested Range Not Satisfiable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Expectation Failed status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Precondition Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Too Many Requests status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Request Header Fields Too Large status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Unavailable For Legal Reasons status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Implemented status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Gateway status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Gateway Timeout status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected HTTP Version Not Supported status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Network Authentication Required status 11-30-2023 16:48:20:found expected getMessage()= TCK WebApplicationException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableIntTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown when null Status as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown when null Status as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown when null Status as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown when null Status as expected 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:FINISHED TEST : constructorTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:found expected getMessage()= TCK InternalServerErrorException description 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Internal Server Error status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:FINISHED TEST : constructorTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Request as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:found expected getMessage()= TCK NotAcceptableException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Acceptable status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Request as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status OK 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Created 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status OK 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Created 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : valueOfTest() 11-30-2023 16:48:20:#valueOf( CLIENT ) equals CLIENT as expected 11-30-2023 16:48:20:#valueOf( SERVER ) equals SERVER as expected 11-30-2023 16:48:20:FINISHED TEST : valueOfTest() 11-30-2023 16:48:20:STARTING TEST : valuesTest() 11-30-2023 16:48:20:Found CLIENT in valus() CLIENT, SERVER 11-30-2023 16:48:20:Found SERVER in valus() CLIENT, SERVER 11-30-2023 16:48:20:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringStringStringsThrowsNPETest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected, for null method 11-30-2023 16:48:20:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for when no allow http header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableStringsTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableStringsTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for when no allow http header 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableStringThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for null methods 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableStringThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowsNPETest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected, for null method 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowsNPETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringStringStringsTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:found expected getMessage()= TCK NotAllowedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringStringStringsTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableStringTest() 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Method Not Allowed status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:FINISHED TEST : constructorTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringRequestThrowableTest() 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK BadRequestException description 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:response contains expected Bad Request status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorStringRequestThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIEATest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIEATest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Forbidden as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:FINISHED TEST : constructorTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:found expected getMessage()= TCK NotFoundException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Not Found status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Service Unavailable status 11-30-2023 16:48:20:Found expected retry time null 11-30-2023 16:48:20:#hasRetryAfter returned expected false value 11-30-2023 16:48:20:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithNullThrowableTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithNullThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithNullThrowableNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithNotNullMessageTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithNotNullMessageTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithCheckedExceptionTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithCheckedExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorWithRuntimeExceptionTest() 11-30-2023 16:48:20:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorObjectsTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:FINISHED TEST : constructorObjectsTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected for null challenge 11-30-2023 16:48:20:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableObjectTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableObjectTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableObjectsTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableObjectsTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringObjectsTest() 11-30-2023 16:48:20:response contains expected Unauthorized status 11-30-2023 16:48:20:found expected getMessage()= TCK NotAuthorizedException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringObjectsTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected for null challenge 11-30-2023 16:48:20:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status OK 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Created 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Forbidden 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:FINISHED TEST : constructorTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:FINISHED TEST : constructorResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status OK 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Created 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:Found expected http Host header 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Request as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowsExceptionTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:found expected getMessage()= TCK ForbiddenException description 11-30-2023 16:48:20:FINISHED TEST : constructorStringTest() 11-30-2023 16:48:20:STARTING TEST : constructorThrowableTest() 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.RuntimeException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.io.IOException 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.Error 11-30-2023 16:48:20:response contains expected Forbidden status 11-30-2023 16:48:20:getCause contains expected java.lang.Throwable 11-30-2023 16:48:20:FINISHED TEST : constructorThrowableTest() 11-30-2023 16:48:20:STARTING TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status OK as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Created as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Accepted as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status No Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Reset Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Partial Content as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Multiple Choices as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Moved Permanently as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status See Other as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Modified as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Use Proxy as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Temporary Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Permanent Redirect as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Request as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unauthorized as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Payment Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Found as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Method Not Allowed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Acceptable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Conflict as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gone as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Length Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Expectation Failed as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Precondition Required as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Too Many Requests as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Internal Server Error as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Not Implemented as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Bad Gateway as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Service Unavailable as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Gateway Timeout as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 11-30-2023 16:48:20:IllegalArgumentException has been thrown for status Network Authentication Required as expected 11-30-2023 16:48:20:FINISHED TEST : constructorStringResponseThrowsIAETest() 11-30-2023 16:48:20:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status OK 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Created 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Accepted 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status No Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Reset Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Partial Content 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status See Other 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Modified 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Use Proxy 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Request 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unauthorized 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Payment Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Found 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Conflict 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gone 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Length Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Precondition Required 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Not Implemented 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 11-30-2023 16:48:20:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 11-30-2023 16:48:20:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 11-30-2023 16:48:20:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamThrowsNPEOnNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 11-30-2023 16:48:20:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanFalseTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 11-30-2023 16:48:20:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamOnTwoSegmentsTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 11-30-2023 16:48:20:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 11-30-2023 16:48:20:FINISHED TEST : matrixParamOnTwoSegmentsTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 11-30-2023 16:48:20:STARTING TEST : getUriBuilderTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 11-30-2023 16:48:20:FINISHED TEST : getUriBuilderTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 11-30-2023 16:48:20:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 11-30-2023 16:48:20:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 11-30-2023 16:48:20:STARTING TEST : queryParamNullValueTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/path/path2 11-30-2023 16:48:20:#paramName(name, null) removed values as expected 11-30-2023 16:48:20:FINISHED TEST : queryParamNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesNullNameTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 11-30-2023 16:48:20:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 11-30-2023 16:48:20:#pathParams returned the same traget wehn empty as expected 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 11-30-2023 16:48:20:STARTING TEST : requestNoArgTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:Found expected */* 11-30-2023 16:48:20:FINISHED TEST : requestNoArgTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 11-30-2023 16:48:20:#pathParams returned the same traget wehn empty as expected 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:STARTING TEST : requestMediaTypeTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:Found expected application/atom+xml 11-30-2023 16:48:20:Found expected application/json 11-30-2023 16:48:20:Found expected text/xml 11-30-2023 16:48:20:FINISHED TEST : requestMediaTypeTest() 11-30-2023 16:48:20:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 11-30-2023 16:48:20:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanTrueTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 11-30-2023 16:48:20:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesNullValueTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamTest() 11-30-2023 16:48:20:Found expected ;matrix=arg1 11-30-2023 16:48:20:Found expected ;matrix=arg2 11-30-2023 16:48:20:Found expected ;matrix=arg3 11-30-2023 16:48:20:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 11-30-2023 16:48:20:FINISHED TEST : matrixParamTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 11-30-2023 16:48:20:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 11-30-2023 16:48:20:STARTING TEST : requestStringTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:Found expected application/atom+xml 11-30-2023 16:48:20:Found expected application/json 11-30-2023 16:48:20:Found expected text/xml 11-30-2023 16:48:20:FINISHED TEST : requestStringTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesFromEncodedTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 11-30-2023 16:48:20:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesFromEncodedTest() 11-30-2023 16:48:20:STARTING TEST : getUriBuilderIsDetachedTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 11-30-2023 16:48:20:FINISHED TEST : getUriBuilderIsDetachedTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/lane 11-30-2023 16:48:20:URI http://cts.tck:888/resource/lane contains given path parameter 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/lane/route66/pavement 11-30-2023 16:48:20:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 11-30-2023 16:48:20:#pathParams returned the same traget wehn empty as expected 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 11-30-2023 16:48:20:STARTING TEST : getUriTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource 11-30-2023 16:48:20:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 11-30-2023 16:48:20:FINISHED TEST : getUriTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 11-30-2023 16:48:20:#pathParams returned the same traget wehn empty as expected 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 11-30-2023 16:48:20:STARTING TEST : pathTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/a/b/c/d/e 11-30-2023 16:48:20:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 11-30-2023 16:48:20:FINISHED TEST : pathTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplateFromEncodedTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 11-30-2023 16:48:20:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 11-30-2023 16:48:20:FINISHED TEST : resolveTemplateFromEncodedTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesNullMapTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesNullMapTest() 11-30-2023 16:48:20:STARTING TEST : resolveTemplatesTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource/lane/route66/pavement 11-30-2023 16:48:20:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 11-30-2023 16:48:20:FINISHED TEST : resolveTemplatesTest() 11-30-2023 16:48:20:STARTING TEST : pathThrowsNPEOnNullTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 11-30-2023 16:48:20:FINISHED TEST : pathThrowsNPEOnNullTest() 11-30-2023 16:48:20:STARTING TEST : queryParamTest() 11-30-2023 16:48:20:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 11-30-2023 16:48:20:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 11-30-2023 16:48:20:FINISHED TEST : queryParamTest() 11-30-2023 16:48:20:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 11-30-2023 16:48:20:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 11-30-2023 16:48:20:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : jsonTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : jsonTest() 11-30-2023 16:48:20:STARTING TEST : xmlTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : xmlTest() 11-30-2023 16:48:20:STARTING TEST : formFormTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:FINISHED TEST : formFormTest() 11-30-2023 16:48:20:STARTING TEST : entityStringTest() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:FINISHED TEST : entityStringTest() 11-30-2023 16:48:20:STARTING TEST : textTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : textTest() 11-30-2023 16:48:20:STARTING TEST : entityVariantTest() 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:FINISHED TEST : entityVariantTest() 11-30-2023 16:48:20:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 11-30-2023 16:48:20:STARTING TEST : entityStringGetEntityTest() 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : entityStringGetEntityTest() 11-30-2023 16:48:20:STARTING TEST : htmlTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : htmlTest() 11-30-2023 16:48:20:STARTING TEST : entityVariantAnnotationsTest() 11-30-2023 16:48:20:string */* fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string */* fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string */* fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string */* de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string */* de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string */* de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xml de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/atom+xml de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/xhtml+xml de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/svg+xml de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/x-www-form-urlencoded de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string multipart/form-data de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/octet-stream de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/plain de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/xml de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/html de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string text/event-stream de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json fr UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json fr ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json fr CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json de UTF-16 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json de ISO-8859-2 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:string application/json-patch+json de CP1250 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream */* de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xml de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/atom+xml de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/xhtml+xml de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/svg+xml de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/x-www-form-urlencoded de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream multipart/form-data de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/octet-stream de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/plain de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/xml de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/html de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream text/event-stream de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json fr UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json fr ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json fr CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json de UTF-16 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json de ISO-8859-2 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:inputstream application/json-patch+json de CP1250 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable */* de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xml de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/atom+xml de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/xhtml+xml de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/svg+xml de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/x-www-form-urlencoded de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable multipart/form-data de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/octet-stream de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/plain de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/xml de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/html de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable text/event-stream de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json fr UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json fr ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json fr CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json de UTF-16 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json de ISO-8859-2 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:serializable application/json-patch+json de CP1250 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder */* de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xml de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/atom+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/xhtml+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/svg+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/x-www-form-urlencoded de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder multipart/form-data de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/octet-stream de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/plain de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/xml de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/html de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder text/event-stream de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json fr UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json fr CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json de UTF-16 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuilder application/json-patch+json de CP1250 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer */* de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xml de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/atom+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/xhtml+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/svg+xml de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/x-www-form-urlencoded de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer multipart/form-data de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/octet-stream de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/plain de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/xml de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/html de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer text/event-stream de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json fr UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json fr ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json fr CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language fr 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json de UTF-16 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding UTF-16 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json de ISO-8859-2 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding ISO-8859-2 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:stringbuffer application/json-patch+json de CP1250 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Language de 11-30-2023 16:48:20:Sucessfully retrieved Encoding CP1250 11-30-2023 16:48:20:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:FINISHED TEST : entityVariantAnnotationsTest() 11-30-2023 16:48:20:STARTING TEST : entityMediaTypeGetEntityTest() 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : entityMediaTypeGetEntityTest() 11-30-2023 16:48:20:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:20:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 11-30-2023 16:48:20:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 11-30-2023 16:48:20:IllegalArgumentException has been thrown as expected 11-30-2023 16:48:20:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 11-30-2023 16:48:20:STARTING TEST : formMultivaluedMapTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:FINISHED TEST : formMultivaluedMapTest() 11-30-2023 16:48:20:STARTING TEST : entityMediaTypeTest() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:FINISHED TEST : entityMediaTypeTest() 11-30-2023 16:48:20:STARTING TEST : entityMediaTypeAnnotationsTest() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType */* 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xml 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/atom+xml 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/svg+xml 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/x-www-form-urlencoded 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType multipart/form-data 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/octet-stream 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/plain 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/xml 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/html 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType text/event-stream 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:Found expected entity 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/json-patch+json 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 11-30-2023 16:48:20:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 11-30-2023 16:48:20:FINISHED TEST : entityMediaTypeAnnotationsTest() 11-30-2023 16:48:20:STARTING TEST : xhtmlTest() 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected string 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected inputstream 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected serializable 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected stringbuilder 11-30-2023 16:48:20:Sucessfully retrieved MediaType application/xhtml+xml 11-30-2023 16:48:20:Found expected stringbuffer 11-30-2023 16:48:20:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 11-30-2023 16:48:20:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:20:Found expected substring: bean 11-30-2023 16:48:20:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 11-30-2023 16:48:20:STARTING TEST : getDateNullTest() 11-30-2023 16:48:20:Found expected substring: NULL 11-30-2023 16:48:20:FINISHED TEST : getDateNullTest() 11-30-2023 16:48:20:STARTING TEST : getEntityTest() 11-30-2023 16:48:20:Found expected substring: test 11-30-2023 16:48:20:FINISHED TEST : getEntityTest() 11-30-2023 16:48:20:STARTING TEST : getEntityAnnotationsNullTest() 11-30-2023 16:48:20:Found expected substring: 0 11-30-2023 16:48:20:FINISHED TEST : getEntityAnnotationsNullTest() 11-30-2023 16:48:20:STARTING TEST : abortWithTest() 11-30-2023 16:48:20:Found expected status: 201 11-30-2023 16:48:20:FINISHED TEST : abortWithTest() 11-30-2023 16:48:20:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:21:Found expected substring: cts 11-30-2023 16:48:21:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 11-30-2023 16:48:21:STARTING TEST : getStringHeadersTest() 11-30-2023 16:48:21:Found expected substring: text/html 11-30-2023 16:48:21:Found expected substring: cts 11-30-2023 16:48:21:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 11-30-2023 16:48:21:FINISHED TEST : getStringHeadersTest() 11-30-2023 16:48:21:STARTING TEST : getMediaTypeTest() 11-30-2023 16:48:21:Found expected substring: application/x-www-form-urlencoded 11-30-2023 16:48:21:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:48:21:STARTING TEST : getEntityAnnotationsTest() 11-30-2023 16:48:21:Found expected substring: jakarta.ws.rs.ext.Provider 11-30-2023 16:48:21:FINISHED TEST : getEntityAnnotationsTest() 11-30-2023 16:48:21:STARTING TEST : getMethodTest() 11-30-2023 16:48:21:Found expected substring: OPTIONS 11-30-2023 16:48:21:Found expected substring: DELETE 11-30-2023 16:48:21:Found expected substring: GET 11-30-2023 16:48:21:Found expected substring: TRACE 11-30-2023 16:48:21:Found expected substring: PUT 11-30-2023 16:48:21:Found expected substring: POST 11-30-2023 16:48:21:FINISHED TEST : getMethodTest() 11-30-2023 16:48:21:STARTING TEST : setEntityTest() 11-30-2023 16:48:21:Counter is 1 11-30-2023 16:48:21:Counter is 2 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : setEntityTest() 11-30-2023 16:48:21:STARTING TEST : hasEntityTest() 11-30-2023 16:48:21:Found expected substring: false 11-30-2023 16:48:21:Found expected substring: true 11-30-2023 16:48:21:FINISHED TEST : hasEntityTest() 11-30-2023 16:48:21:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:48:21:Found expected substring: Accept 11-30-2023 16:48:21:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 11-30-2023 16:48:21:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 11-30-2023 16:48:21:STARTING TEST : getLanguageTest() 11-30-2023 16:48:21:Found expected substring: zh_tw 11-30-2023 16:48:21:FINISHED TEST : getLanguageTest() 11-30-2023 16:48:21:STARTING TEST : getDateTest() 11-30-2023 16:48:21:Found expected substring: Nov 11-30-2023 16:48:21:Found expected substring: 1994 11-30-2023 16:48:21:Found expected substring: 31 11-30-2023 16:48:21:FINISHED TEST : getDateTest() 11-30-2023 16:48:21:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 11-30-2023 16:48:21:Found expected substring: 0 11-30-2023 16:48:21:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 11-30-2023 16:48:21:STARTING TEST : getLanguageIsNullTest() 11-30-2023 16:48:21:Found expected substring: NULL 11-30-2023 16:48:21:FINISHED TEST : getLanguageIsNullTest() 11-30-2023 16:48:21:STARTING TEST : getHeaderStringTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:48:21:STARTING TEST : getEntityClassTest() 11-30-2023 16:48:21:Found expected substring: java.io.ByteArrayInputStream 11-30-2023 16:48:21:FINISHED TEST : getEntityClassTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableLanguagesByWeightsTest() 11-30-2023 16:48:21:Found expected substring: da 11-30-2023 16:48:21:Found expected substring: gb 11-30-2023 16:48:21:Found expected substring: us 11-30-2023 16:48:21:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 11-30-2023 16:48:21:STARTING TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getCookiesIsImmutableTest() 11-30-2023 16:48:21:STARTING TEST : getPropertyNamesTest() 11-30-2023 16:48:21:Found expected substring: PROPERTY1 11-30-2023 16:48:21:Found expected substring: PROPERTY2 11-30-2023 16:48:21:FINISHED TEST : getPropertyNamesTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableMediaTypesTest() 11-30-2023 16:48:21:Found expected substring: text/* 11-30-2023 16:48:21:Found expected substring: text/html 11-30-2023 16:48:21:Found expected substring: */* 11-30-2023 16:48:21:FINISHED TEST : getAcceptableMediaTypesTest() 11-30-2023 16:48:21:STARTING TEST : getHeadersTest() 11-30-2023 16:48:21:Found expected substring: Accept 11-30-2023 16:48:21:Found expected substring: Date 11-30-2023 16:48:21:Found expected substring: tck 11-30-2023 16:48:21:FINISHED TEST : getHeadersTest() 11-30-2023 16:48:21:STARTING TEST : getPropertyIsNullTest() 11-30-2023 16:48:21:Found expected substring: NULL 11-30-2023 16:48:21:FINISHED TEST : getPropertyIsNullTest() 11-30-2023 16:48:21:STARTING TEST : getEntityClassListStringTest() 11-30-2023 16:48:21:Found expected substring: java.util.ArrayList 11-30-2023 16:48:21:FINISHED TEST : getEntityClassListStringTest() 11-30-2023 16:48:21:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 11-30-2023 16:48:21:Found expected substring: cts 11-30-2023 16:48:21:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 11-30-2023 16:48:21:STARTING TEST : getClientTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getClientTest() 11-30-2023 16:48:21:STARTING TEST : getUriTest() 11-30-2023 16:48:21:Found expected substring: http://localhost:8080/404URL/ 11-30-2023 16:48:21:FINISHED TEST : getUriTest() 11-30-2023 16:48:21:STARTING TEST : getSetPropertyTest() 11-30-2023 16:48:21:Found expected substring: value 11-30-2023 16:48:21:FINISHED TEST : getSetPropertyTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableLanguagesTest() 11-30-2023 16:48:21:Found expected substring: fr_CA 11-30-2023 16:48:21:Found expected substring: zh_CN 11-30-2023 16:48:21:FINISHED TEST : getAcceptableLanguagesTest() 11-30-2023 16:48:21:STARTING TEST : getMediaTypeIsNullTest() 11-30-2023 16:48:21:Found expected substring: NULL 11-30-2023 16:48:21:FINISHED TEST : getMediaTypeIsNullTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 11-30-2023 16:48:21:STARTING TEST : getConfigurationTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getConfigurationTest() 11-30-2023 16:48:21:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 11-30-2023 16:48:21:Found expected status: 200 11-30-2023 16:48:21:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 11-30-2023 16:48:21:STARTING TEST : removePropertyTest() 11-30-2023 16:48:21:Found expected substring: NULL 11-30-2023 16:48:21:FINISHED TEST : removePropertyTest() 11-30-2023 16:48:21:STARTING TEST : getEntityNullTest() 11-30-2023 16:48:21:Found expected substring: NULL 11-30-2023 16:48:21:FINISHED TEST : getEntityNullTest() 11-30-2023 16:48:21:STARTING TEST : getEntityTypeListStringTest() 11-30-2023 16:48:21:Found expected substring: java.lang.String 11-30-2023 16:48:21:FINISHED TEST : getEntityTypeListStringTest() 11-30-2023 16:48:21:STARTING TEST : getCookiesTest() 11-30-2023 16:48:21:Found expected substring: cts 11-30-2023 16:48:21:Found expected substring: tck 11-30-2023 16:48:21:Found expected substring: jee 11-30-2023 16:48:21:FINISHED TEST : getCookiesTest() 11-30-2023 16:48:21:STARTING TEST : getPropertyNamesIsImmutableTest() 11-30-2023 16:48:21:getPropertyNames is immutable as expected 11-30-2023 16:48:21:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 11-30-2023 16:48:21:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 11-30-2023 16:48:21:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithNullThrowableTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:FINISHED TEST : constructorWithNullThrowableTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:getCause contains expected java.io.IOException: JAXRS TCK exception 11-30-2023 16:48:21:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithNullThrowableNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:FINISHED TEST : constructorWithNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 11-30-2023 16:48:21:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:getCause contains expected java.io.IOException: JAXRS TCK exception 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 11-30-2023 16:48:21:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 11-30-2023 16:48:21:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithNotNullMessageTest() 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 11-30-2023 16:48:21:FINISHED TEST : constructorWithNotNullMessageTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithCheckedExceptionTest() 11-30-2023 16:48:21:getCause contains expected java.io.IOException: TCK exception 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message TCK exception 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:FINISHED TEST : constructorWithCheckedExceptionTest() 11-30-2023 16:48:21:STARTING TEST : constructorWithRuntimeExceptionTest() 11-30-2023 16:48:21:getCause contains expected java.lang.IllegalStateException: TCK exception 11-30-2023 16:48:21:ResponseProcessingException#getMesaage contains expected message TCK exception 11-30-2023 16:48:21:response contains expected Expectation Failed status 11-30-2023 16:48:21:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 11-30-2023 16:48:21:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:21:Returned unexpected response with status code 406 11-30-2023 16:48:21:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:21:STARTING TEST : submitInvocationCallbackTest() 11-30-2023 16:48:21:Found expected GET 11-30-2023 16:48:21:FINISHED TEST : submitInvocationCallbackTest() 11-30-2023 16:48:21:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:21:Response cotains expected status Not Acceptable 11-30-2023 16:48:21:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:21:STARTING TEST : invokeGenericTypeTest() 11-30-2023 16:48:21:Found expected GET 11-30-2023 16:48:21:FINISHED TEST : invokeGenericTypeTest() 11-30-2023 16:48:21:STARTING TEST : invokePlainTest() 11-30-2023 16:48:21:Found expected GET 11-30-2023 16:48:21:FINISHED TEST : invokePlainTest() 11-30-2023 16:48:21:STARTING TEST : submitStringThrowsProcessingExceptionTest() 11-30-2023 16:48:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 11-30-2023 16:48:22:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:48:22:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 11-30-2023 16:48:22:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:Response cotains expected status Not Acceptable 11-30-2023 16:48:23:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitPlainTest() 11-30-2023 16:48:23:Found expected GET 11-30-2023 16:48:23:FINISHED TEST : submitPlainTest() 11-30-2023 16:48:23:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:48:23:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:48:23:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:Response cotains expected status Not Acceptable 11-30-2023 16:48:23:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 11-30-2023 16:48:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:48:23:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 11-30-2023 16:48:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:48:23:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:WebApplicationException has been thrown 11-30-2023 16:48:23:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 11-30-2023 16:48:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:48:23:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:48:23:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:48:23:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 11-30-2023 16:48:23:Found expected status code 406 11-30-2023 16:48:23:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 11-30-2023 16:48:23:ProcessingException has been thrown 11-30-2023 16:48:23:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeThrowsExceptionTest() 11-30-2023 16:48:23:ProcessingException has been thrown 11-30-2023 16:48:23:FINISHED TEST : invokeThrowsExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:WebApplicationException has been thrown 11-30-2023 16:48:23:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeClassTest() 11-30-2023 16:48:23:Found expected POST 11-30-2023 16:48:23:Found expected invokeClassTest 11-30-2023 16:48:23:FINISHED TEST : invokeClassTest() 11-30-2023 16:48:23:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:Response return code is 406 as expected 11-30-2023 16:48:23:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeClassThrowsExceptionTest() 11-30-2023 16:48:23:ProcessingException has been thrown 11-30-2023 16:48:23:FINISHED TEST : invokeClassThrowsExceptionTest() 11-30-2023 16:48:23:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:Response return code is 406 as expected 11-30-2023 16:48:23:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitClassTest() 11-30-2023 16:48:23:Found expected POST 11-30-2023 16:48:23:Found expected submitClassTest 11-30-2023 16:48:23:FINISHED TEST : submitClassTest() 11-30-2023 16:48:23:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 11-30-2023 16:48:23:ExecutionException.getCause is WebApplicationException as expected 11-30-2023 16:48:23:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 11-30-2023 16:48:23:STARTING TEST : submitGenericTypeTest() 11-30-2023 16:48:23:Found expected POST 11-30-2023 16:48:23:Found expected submitGenericTypeTest 11-30-2023 16:48:23:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.648 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 11-30-2023 16:48:23:STARTING TEST : getLinksTest() 11-30-2023 16:48:23:Found #getLinks()={ http://localhost:8080/404URL/ } 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLinksTest() 11-30-2023 16:48:23:STARTING TEST : getMediaTypeTest() 11-30-2023 16:48:23:Found expected MediaType.APPLICATION_SVG_XML_TYPE 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getMediaTypeTest() 11-30-2023 16:48:23:STARTING TEST : getLinkTest() 11-30-2023 16:48:23:Found #getLink()= http://localhost:8080/404URL/ 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLinkTest() 11-30-2023 16:48:23:STARTING TEST : getHeadersIsMutableTest() 11-30-2023 16:48:23:#getHeaders is mutable as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeadersIsMutableTest() 11-30-2023 16:48:23:STARTING TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:23:#hasLink has not found any link as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : hasLinkWhenNoLinkTest() 11-30-2023 16:48:23:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 11-30-2023 16:48:23:#getHeaderString is comma separated combination of value1 and value2 as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 11-30-2023 16:48:23:STARTING TEST : getHeaderStringIsEmptyTest() 11-30-2023 16:48:23:#getHeaderString is empty string as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeaderStringIsEmptyTest() 11-30-2023 16:48:23:STARTING TEST : getLanguageTest() 11-30-2023 16:48:23:Found #getLanguage()= fr_CA 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLanguageTest() 11-30-2023 16:48:23:STARTING TEST : getDateTest() 11-30-2023 16:48:23:Found #getDate()= Thu Nov 30 16:48:23 UTC 2023 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getDateTest() 11-30-2023 16:48:23:STARTING TEST : getHeaderStringIsNullTest() 11-30-2023 16:48:23:#getHeaderString is null as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeaderStringIsNullTest() 11-30-2023 16:48:23:STARTING TEST : getHeaderStringTest() 11-30-2023 16:48:23:#getHeaderString is value1 as expected 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeaderStringTest() 11-30-2023 16:48:23:STARTING TEST : setStatusInfoTest() 11-30-2023 16:48:23:Found expected status: 302 11-30-2023 16:48:23:FINISHED TEST : setStatusInfoTest() 11-30-2023 16:48:23:STARTING TEST : getAllowedMethodsTest() 11-30-2023 16:48:23:found methods: GET OPTIONS 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getAllowedMethodsTest() 11-30-2023 16:48:23:STARTING TEST : getStatusTest() 11-30-2023 16:48:23:Found expected response status 222 11-30-2023 16:48:23:FINISHED TEST : getStatusTest() 11-30-2023 16:48:23:STARTING TEST : getEntityTagTest() 11-30-2023 16:48:23:Found #getEntityTag()= EntityTagValue 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getEntityTagTest() 11-30-2023 16:48:23:STARTING TEST : setEntityStreamTest() 11-30-2023 16:48:23:#setEntityStream( ENTITY ) set entity ENTITY 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : setEntityStreamTest() 11-30-2023 16:48:23:STARTING TEST : getHeadersTest() 11-30-2023 16:48:23:Found #getHeaders()={ header1 : value1 } 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getHeadersTest() 11-30-2023 16:48:23:STARTING TEST : getStatusInfoTest() 11-30-2023 16:48:23:Found expected response status 222 11-30-2023 16:48:23:FINISHED TEST : getStatusInfoTest() 11-30-2023 16:48:23:STARTING TEST : setStatusTest() 11-30-2023 16:48:23:Found expected status: 403 11-30-2023 16:48:23:FINISHED TEST : setStatusTest() 11-30-2023 16:48:23:STARTING TEST : getLinkBuilderTest() 11-30-2023 16:48:23:Found #getLinkBuilder()= http://localhost:8080/404URL/ 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLinkBuilderTest() 11-30-2023 16:48:23:STARTING TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:23:Found #hasEntity()=true 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : hasEntityWhenEntityTest() 11-30-2023 16:48:23:STARTING TEST : getLengthTest() 11-30-2023 16:48:23:Found #getLength()= 6 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLengthTest() 11-30-2023 16:48:23:STARTING TEST : getLastModifiedTest() 11-30-2023 16:48:23:Found #getLastModified()= Thu Nov 30 16:48:23 UTC 2023 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLastModifiedTest() 11-30-2023 16:48:23:STARTING TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:23:#hasLink has found the given link 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : hasLinkWhenLinkTest() 11-30-2023 16:48:23:STARTING TEST : getLocationTest() 11-30-2023 16:48:23:Found #getLocation= http://localhost:8080/404URL/ 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getLocationTest() 11-30-2023 16:48:23:STARTING TEST : getCookiesTest() 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getCookiesTest() 11-30-2023 16:48:23:STARTING TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:48:23:Found #hasEntity()=false 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : hasEntityWhenNoEntityTest() 11-30-2023 16:48:23:STARTING TEST : getEntityStreamTest() 11-30-2023 16:48:23:Found #getEntityStream()= ENTITY 11-30-2023 16:48:23:Found expected status: 200 11-30-2023 16:48:23:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 11-30-2023 16:48:23:STARTING TEST : newClientWithConfigurationTest() 11-30-2023 16:48:23:FINISHED TEST : newClientWithConfigurationTest() 11-30-2023 16:48:23:STARTING TEST : newClientNoParamTest() 11-30-2023 16:48:23:FINISHED TEST : newClientNoParamTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 11-30-2023 16:48:23:STARTING TEST : completedTest() 11-30-2023 16:48:23:Found expected get 11-30-2023 16:48:23:InvocationCallback#completed has been called as expected 11-30-2023 16:48:23:FINISHED TEST : completedTest() 11-30-2023 16:48:23:STARTING TEST : failedTest() 11-30-2023 16:48:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 11-30-2023 16:48:23:ExecutionException.getCause is ProcessingException as expected 11-30-2023 16:48:23:InvocationCallback#failed has been called as expected 11-30-2023 16:48:23:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientConfigTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetPathTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterObjectTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterClassTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterClassTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetQueryParamTest() 11-30-2023 16:48:23:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 11-30-2023 16:48:23:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 11-30-2023 16:48:23:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 11-30-2023 16:48:23:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 11-30-2023 16:48:23:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 11-30-2023 16:48:23:NullPointerException was successfully thrown for null target as expected 11-30-2023 16:48:23:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetConfigTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetGetUriTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetPropertyTest() 11-30-2023 16:48:23:STARTING TEST : targetWithStringNullPointerExceptionTest() 11-30-2023 16:48:23:NullPointerException was successfully thrown for null target as expected 11-30-2023 16:48:23:FINISHED TEST : targetWithStringNullPointerExceptionTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.lang.Class[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientTargetWithUriTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 11-30-2023 16:48:23:STARTING TEST : targetWithUriNullPointerExceptionTest() 11-30-2023 16:48:23:NullPointerException was successfully thrown for null target as expected 11-30-2023 16:48:23:FINISHED TEST : targetWithUriNullPointerExceptionTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterObjectTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRequestTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRequestTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 11-30-2023 16:48:23:STARTING TEST : targetLinkTest() 11-30-2023 16:48:23:FINISHED TEST : targetLinkTest() 11-30-2023 16:48:23:STARTING TEST : targetWithLinkNullPointerExceptionTest() 11-30-2023 16:48:23:NullPointerException was successfully thrown for null target as expected 11-30-2023 16:48:23:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 11-30-2023 16:48:23:STARTING TEST : targetUriBuilderTest() 11-30-2023 16:48:23:FINISHED TEST : targetUriBuilderTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterClassTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetMatrixParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetMatrixParamTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientInvocationWithLinkTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientInvocationWithLinkTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object,boolean) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterClassMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterClassMapTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientPropertyTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientPropertyTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientTargetWithLinkTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 11-30-2023 16:48:23:STARTING TEST : targetStringTest() 11-30-2023 16:48:23:FINISHED TEST : targetStringTest() 11-30-2023 16:48:23:STARTING TEST : closeOnClientTargetWithStringTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnClientTargetWithStringTest() 11-30-2023 16:48:23:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 11-30-2023 16:48:23:NullPointerException successfully thrown when no link 11-30-2023 16:48:23:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) throws java.lang.NullPointerException 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 11-30-2023 16:48:23:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) 11-30-2023 16:48:23:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 11-30-2023 16:48:23:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 11-30-2023 16:48:23:STARTING TEST : targetUriTest() 11-30-2023 16:48:23:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 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.005 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 11-30-2023 16:48:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:24:STARTING TEST : featureIsRegisteredTest() 11-30-2023 16:48:24:FINISHED TEST : featureIsRegisteredTest() 11-30-2023 16:48:24:[JAXRSCommonClient] Test setup OK 11-30-2023 16:48:24:STARTING TEST : dynamicFeatureIsRegisteredTest() 11-30-2023 16:48:24:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 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 517 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 Nov 30, 2023 4:48:31 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. Nov 30, 2023 4:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45905] Nov 30, 2023 4:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45905] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41017] Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41017] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39121] Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39121] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45565] Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45565] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:4584] Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 30, 2023 4:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:4584] Nov 30, 2023 4:48: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. Nov 30, 2023 4:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 30, 2023 4:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 30, 2023 4:48: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: 3.453 s - in ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:verify (gf-tests) @ jersey-tck --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (se-tests) @ jersey-tck --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tck --- [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:20 min [INFO] Finished at: 2023-11-30T16:48:33Z [INFO] ------------------------------------------------------------------------ [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins4868672835964483490.sh + MVN_HOME=/opt/tools/apache-maven/latest/ + PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/openjdk/jdk-11/latest:/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mvn -f tests/jersey-tck/pom.xml dependency:copy -Dartifact=jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4 -Dtck.version=3.1.4 -Dtransitive=false [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.core:jersey-tck:jar:3.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 301, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------< org.glassfish.jersey.core:jersey-tck >---------------- [INFO] Building Jakarta RESTful WS Compliance for Jersey 3.1.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- dependency:3.2.0:copy (default-cli) @ jersey-tck --- [INFO] Configured Artifact: jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4:jar [INFO] Copying jakarta-restful-ws-tck-3.1.4.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/dependency/jakarta-restful-ws-tck-3.1.4.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.418 s [INFO] Finished at: 2023-11-30T16:48:38Z [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