Started by user Maxim Nesen Rebuilds build #2 Running as Maxim Nesen Agent basic-4nl40 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-4nl40" 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-4nl40" - 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-4nl40" - 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-3107.v665000b_51092" 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-4nl40 (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 9dafaa0dc5f8472ca457f1ad5fd48353937252fa (refs/remotes/origin/3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 9dafaa0dc5f8472ca457f1ad5fd48353937252fa # timeout=10 Commit message: "Technical merge of released branch 3.1.2-BRANCH" > git rev-list --no-walk 9dafaa0dc5f8472ca457f1ad5fd48353937252fa # timeout=10 [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins6634774287009012453.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 + sed -i 's||3.1.3|g' tests/jersey-tck/pom.xml + sed -i '0,/project.version/{s/project.version/tck.version/}' tests/jersey-tck/pom.xml + mvn -f tests/jersey-tck/pom.xml clean install -Dtck.version=3.1.3-1 -Dglassfish.container.version=7.0.4 -Djersey.version=3.1.2 + 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 300, 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.0: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 [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jersey-tck --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/classes [INFO] [INFO] --- resources:3.3.0: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.10.1:testCompile (default-testCompile) @ jersey-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0: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.4:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.4/glassfish-7.0.4.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.2:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.2:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.0:exec (StopDomain1) @ jersey-tck --- dasNotRunning() CLI306: Warning - The server located at /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StartDomain1) @ jersey-tck --- Waiting for domain1 to start ....... Waiting finished after 6,482 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.0:exec (Enable Trace requests) @ jersey-tck --- server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true Command set executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (Delete User j2ee) @ jersey-tck --- remote failure: Removing User j2ee from file realm j2ee failed. No such user [j2ee]. No such user [j2ee]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.0:exec (Add User j2ee) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (Delete User javajoe) @ jersey-tck --- remote failure: Removing User javajoe from file realm javajoe failed. No such user [javajoe]. No such user [javajoe]. Command delete-file-user failed. [INFO] [INFO] --- exec:3.1.0:exec (Add User javajoe) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (list users) @ jersey-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StopDomain) @ jersey-tck --- Waiting for the domain to stop . Waiting finished after 332 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ jersey-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) 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:827) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272) at org.apache.maven.cli.MavenCli.main (MavenCli.java:195) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [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 5,206 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ 05-17-2023 10:57:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:14:STARTING TEST : responseGenericEntityTest() 05-17-2023 10:57:14:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:15:FINISHED TEST : responseGenericEntityTest() 05-17-2023 10:57:15:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:15:STARTING TEST : genericEntityTest() 05-17-2023 10:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:15:FINISHED TEST : genericEntityTest() 05-17-2023 10:57:15:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:15:STARTING TEST : directClassTypeTest() 05-17-2023 10:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:15:FINISHED TEST : directClassTypeTest() 05-17-2023 10:57:15:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:15:STARTING TEST : responseDirectClassTypeTest() 05-17-2023 10:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:15:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.087 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : statusOkResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : statusOkResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : throwUncheckedExceptionTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : throwUncheckedExceptionTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : throwableIntOkResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : throwableIntOkResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : throwableOkResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : throwableOkResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : statusIntOkResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : statusIntOkResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : responseEntityTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:FINISHED TEST : responseEntityTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : throwableResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : throwableResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : noResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : noResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : okResponseTest() 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:FINISHED TEST : okResponseTest() 05-17-2023 10:57:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:16:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:16:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : throwableStatusCodeTest() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:FINISHED TEST : throwableStatusCodeTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : throwableTest() May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : throwableTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : getResponseTest()May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : getResponseTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : throwableResponseTest() May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : throwableResponseTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:STARTING TEST : throwableStatusTest() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : throwableStatusTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : statusCode401Test() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : statusCode401Test() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : statusCode404Test() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : statusCode404Test() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : throwableStatusTest1() May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : throwableStatusTest1() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : status415Test() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : status415Test() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : nullResponseTest() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : nullResponseTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:STARTING TEST : throwableResponseTest1() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : throwableResponseTest1() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : responseTest()May 17, 2023 10:57:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : responseTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : emptyConstructorTest() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : emptyConstructorTest() 05-17-2023 10:57:17:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:17:STARTING TEST : status503Test() 05-17-2023 10:57:17:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:17:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain.JAXRSClientIT 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamEntityWithFromStringTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamEntityWithFromStringTest()May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamEntityWithConstructorTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamEntityWithValueOfTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamEntityWithConstructorTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieFieldParamEntityWithValueOfTest() May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-17-2023 10:57:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:18:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:18:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 10:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain.JAXRSClientIT 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldParamEntityWithConstructorTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldParamEntityWithConstructorTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamEntityWithFromStringTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formParamEntityWithFromStringTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamThrowingWebApplicationExceptionTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamEntityWithConstructorTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formParamEntityWithConstructorTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldParamSetEntityWithFromStringTest()May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldParamEntityWithFromStringTest()May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldParamEntityWithFromStringTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formFieldParamEntityWithEncodedTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formFieldParamEntityWithEncodedTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamEntityWithEncodedTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:FINISHED TEST : formParamEntityWithEncodedTest() 05-17-2023 10:57:19:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:19:STARTING TEST : formParamListEntityWithFromStringTest() May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:19 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formParamListEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : formFieldParamEntityWithValueOfTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formFieldParamEntityWithValueOfTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : formParamSetEntityWithFromStringTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formParamSetEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : formFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : formParamEntityWithValueOfTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formParamEntityWithValueOfTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:STARTING TEST : formParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain.JAXRSClientIT 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerParamEntityWithConstructorTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerParamEntityWithConstructorTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerParamListEntityWithFromStringTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerParamEntityWithValueOfTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerParamEntityWithValueOfTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldParamEntityWithConstructorTest() May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerParamSetEntityWithFromStringTest()May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-17-2023 10:57:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:20:STARTING TEST : headerFieldParamListEntityWithFromStringTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : headerParamEntityWithFromStringTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain.JAXRSClientIT 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamEntityWithValueOfTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamEntityWithEncodedTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithValueOf=%21;InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithFromString=%21;InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamEntityWithFromStringTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamEntityWithValueOfTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithValueOf=JAXRS_SPEC_5.3;InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ListParamEntityWithFromString=JAXRS_SPEC_5.4;InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4;InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamSetEntityWithFromStringTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamListEntityWithFromStringTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ListParamEntityWithFromString=JAXRS_SPEC_5.4;InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[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' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:21:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:21:STARTING TEST : matrixParamEntityWithConstructorTest() May 17, 2023 10:57:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithConstructor=JAXRS_SPEC_5.2;InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:22:[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' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[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' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain.JAXRSClientIT 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest()May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[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' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : pathParamEntityWithFromStringTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithFromString/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : pathParamEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/1/ParamEntityThrowingExceptionGivenByName/java.lang.IllegalArgumentException/ANYTHING HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/2/ParamEntityThrowingExceptionGivenByName/ANYTHING/java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : pathParamEntityWithEncodedTest()May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[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' 05-17-2023 10:57:22:[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' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : pathParamEntityWithEncodedTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ListParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldParamEntityWithFromStringTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithFromString/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/SortedSetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldParamEntityWithConstructorTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithConstructor/JAXRS_SPEC_5.2/JAXRS_SPEC_5.2ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathParamEntityWithValueOfTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithValueOf/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathParamEntityWithValueOfTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:22:[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' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/2/ParamEntityThrowingWebApplicationException/ANYTHING/CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/1/ParamEntityThrowingExceptionGivenByName/java.lang.IllegalArgumentException/ANYTHING HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/2/ParamEntityThrowingExceptionGivenByName/ANYTHING/java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : pathParamEntityWithConstructorTest()May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithConstructor/JAXRS_SPEC_5.2/JAXRS_SPEC_5.2ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathParamEntityWithConstructorTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldParamEntityWithEncodedTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithValueOf/%21/%21ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithFromString/%21/%21ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:22:STARTING TEST : pathParamSetEntityWithFromStringTest()May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[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' May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathFieldParamEntityWithValueOfTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[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'May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/1/ParamEntityThrowingWebApplicationException/CREATED/ANYTHING HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/2/ParamEntityThrowingWebApplicationException/ANYTHING/CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:22:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:22:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:STARTING TEST : pathParamListEntityWithFromStringTest() 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 10:57:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ListParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:23:FINISHED TEST : pathParamListEntityWithFromStringTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:23 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:23:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/SetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:23:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain.JAXRSClientIT 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 05-17-2023 10:57:23:STARTING TEST : pathParamOnFieldTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : pathParamOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23:STARTING TEST : headerParamOnFieldTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : headerParamOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : queryParamOnFieldTest()05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : queryParamOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : cookieParamOnFieldTest()05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : cookieParamOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 50 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-17-2023 10:57:23:STARTING TEST : formParamOnFieldTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-17-2023 10:57:23:FINISHED TEST : formParamOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : allParamsInParamTest() 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 111 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : allParamsInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : matrixParamInParamTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : matrixParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : pathParamInParamTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : pathParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : headerParamInParamTest() 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : headerParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : queryParamInParamTest()05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : queryParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23:STARTING TEST : allParamsOnFieldTest() 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 111 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : allParamsOnFieldTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : cookieParamInParamTest() 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : cookieParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : formParamInParamTest()05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 50 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : formParamInParamTest() 05-17-2023 10:57:23:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:23:STARTING TEST : matrixParamOnFieldTest() 05-17-2023 10:57:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 05-17-2023 10:57:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 10:57:23: TRACE: [WIRE] - >> Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 05-17-2023 10:57:23:############################### 05-17-2023 10:57:23:[Request] Adding entity: Anything 05-17-2023 10:57:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 10:57:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 10:57:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:23: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-17-2023 10:57:23:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain.JAXRSClientIT 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryFieldParamEntityWithEncodedTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithValueOf=%21&InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithFromString=%21&InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryParamEntityWithEncodedTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithValueOf=%21&InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithFromString=%21&InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamEntityWithEncodedTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryFieldParamEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[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' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[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' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryFieldParamEntityWithValueOfTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithValueOf=JAXRS_SPEC_5.3&InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryParamEntityWithValueOfTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithValueOf=JAXRS_SPEC_5.3&InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamEntityWithValueOfTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryParamSetEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?SetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryParamListEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ListParamEntityWithFromString=JAXRS_SPEC_5.4&InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryFieldParamListEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ListParamEntityWithFromString=JAXRS_SPEC_5.4&InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryParamEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithFromString=JAXRS_SPEC_5.3&InnerParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryParamEntityWithConstructorTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithConstructor=JAXRS_SPEC_5.2&InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamEntityWithConstructorTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[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' 05-17-2023 10:57:24:[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' May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-17-2023 10:57:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:24:STARTING TEST : queryFieldParamEntityWithConstructorTest() May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 10:57:24 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithConstructor=JAXRS_SPEC_5.2&InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 10:57:24:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT 05-17-2023 10:57:25:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:25: TRACE: [WIRE] - >> 05-17-2023 10:57:27: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:27: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:27: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:25:STARTING TEST : optionsWithCallbackWhileServerWaitTest() 05-17-2023 10:57:25:Start time: 1684321045476 05-17-2023 10:57:25:Client was returned control in 6 milliseconds from request 05-17-2023 10:57:27:Callback#completed() called in 2015 milliseconds from request 05-17-2023 10:57:27:Returned status 200 (OK) 05-17-2023 10:57:27:Callback completed() call ok 05-17-2023 10:57:27:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 05-17-2023 10:57:27:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:27:STARTING TEST : methodWithCallbackWhileServerWaitTest() 05-17-2023 10:57:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:57:27: TRACE: [WIRE] - >> 05-17-2023 10:57:29: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:27:Start time: 1684321047607 05-17-2023 10:57:27:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:29: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:57:29: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:29:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:57:29:Returned status 200 (OK) 05-17-2023 10:57:29:Callback completed() call ok 05-17-2023 10:57:29:Start time: 1684321049649 05-17-2023 10:57:29:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:57:29: TRACE: [WIRE] - >> 05-17-2023 10:57:31: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:31: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:57:31: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:31:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:57:31:Returned status 200 (OK) 05-17-2023 10:57:31:Callback completed() call ok 05-17-2023 10:57:31:Start time: 1684321051665 05-17-2023 10:57:31:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:31: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:31: TRACE: [WIRE] - >> 05-17-2023 10:57:33: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:33: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:33: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:33:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:57:33:Returned status 200 (OK) 05-17-2023 10:57:33:Callback completed() call ok 05-17-2023 10:57:33:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 05-17-2023 10:57:33:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:33:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:33: TRACE: [WIRE] - >> 05-17-2023 10:57:35: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:35: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:33:Start time: 1684321053683 05-17-2023 10:57:33:Client was returned control in 2 milliseconds from request 05-17-2023 10:57:35: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:35:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:35:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:35:STARTING TEST : methodWithStringClassWhileServerWaitTest() 05-17-2023 10:57:35: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:57:35: TRACE: [WIRE] - >> 05-17-2023 10:57:37: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:37: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:57:37: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:57:35:Start time: 1684321055713 05-17-2023 10:57:35:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:37:Start time: 1684321057729 05-17-2023 10:57:37:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:37: TRACE: [WIRE] - >> 05-17-2023 10:57:39: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:39: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:57:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:39:Start time: 1684321059744 05-17-2023 10:57:39:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:39: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:39: TRACE: [WIRE] - >> 05-17-2023 10:57:41: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:41: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:41: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:41:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 05-17-2023 10:57:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:41:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:41: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:57:41: TRACE: [WIRE] - >> 05-17-2023 10:57:41: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:41: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:41: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:41: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:41:Start time: 1684321061762 05-17-2023 10:57:41:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:57:41:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:41:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:57:41: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:57:41: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:41:Start time: 1684321061780 05-17-2023 10:57:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:41:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:41:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:57:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:41:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:57:41: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:41: TRACE: [WIRE] - >> 05-17-2023 10:57:43: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:43: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:43: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:41:Start time: 1684321061930 05-17-2023 10:57:41:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:43:Returned status 200 (OK) 05-17-2023 10:57:43:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:57:43:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:43: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:57:43:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:57:43: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:43: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:57:43:Start time: 1684321063947 05-17-2023 10:57:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:43:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:43:Start time: 1684321063958 05-17-2023 10:57:43: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:43:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:43:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:57:43:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:57:43:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:43: TRACE: [WIRE] - >> 05-17-2023 10:57:45: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:57:43:Start time: 1684321063972 05-17-2023 10:57:43:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:45: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:45:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:45:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:57:45:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:45: TRACE: [WIRE] - >> 05-17-2023 10:57:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:45: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:45: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:45: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:45:Start time: 1684321065988 05-17-2023 10:57:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:45:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:57:45:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:45:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:45:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-17-2023 10:57:46: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:57:46: TRACE: [WIRE] - >> 05-17-2023 10:57:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:57:46: TRACE: [WIRE] - >> 05-17-2023 10:57:46:Start time: 1684321066004 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:Start time: 1684321066022 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:57:46: TRACE: [WIRE] - >> 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:Start time: 1684321066050 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-17-2023 10:57:46:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:46:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()05-17-2023 10:57:46: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:57:46: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:46:Start time: 1684321066065 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:Start time: 1684321066077 05-17-2023 10:57:46: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:57:46: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:57:46:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:46:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:57:46: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-17-2023 10:57:46: TRACE: [WIRE] - >> 05-17-2023 10:57:46:Start time: 1684321066090 05-17-2023 10:57:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:57:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:57:46:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:57:46:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:46:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:57:46:Start time: 168432106610705-17-2023 10:57:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:57:46: TRACE: [WIRE] - >> 05-17-2023 10:57:48: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:48: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:57:48: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:46:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:48:Returned status 200 (OK) 05-17-2023 10:57:48:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:57:48:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:48: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:57:48:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:57:48: TRACE: [WIRE] - >> 05-17-2023 10:57:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:48: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:48: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:48: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:48:Start time: 1684321068127 05-17-2023 10:57:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:57:48:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:57:48:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:57:48:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:48:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 05-17-2023 10:57:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:57:48: TRACE: [WIRE] - >> 05-17-2023 10:57:48:Start time: 1684321068149 05-17-2023 10:57:48:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:50: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:50: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:57:50: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:50:Returned status 200 (OK) 05-17-2023 10:57:50:Start time: 1684321070168 05-17-2023 10:57:50:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:57:50: TRACE: [WIRE] - >> 05-17-2023 10:57:52: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:52: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:57:52: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:52:Returned status 200 (OK) 05-17-2023 10:57:52:Start time: 1684321072185 05-17-2023 10:57:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:57:52:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:52: TRACE: [WIRE] - >> 05-17-2023 10:57:54: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:54: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:57:54: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:54:Returned status 200 (OK) 05-17-2023 10:57:54:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 05-17-2023 10:57:54:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:54:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:57:54:Start time: 1684321074204 05-17-2023 10:57:54:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:54: TRACE: [WIRE] - >> 05-17-2023 10:57:56: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:56: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:57:56: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:56:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:57:56:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:57:56:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:56: TRACE: [WIRE] - >> 05-17-2023 10:57:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:56: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:56: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:56: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:56:Start time: 1684321076222 05-17-2023 10:57:56:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:57:56:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:57:56:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:57:56: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:58: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:56:STARTING TEST : postWhileServerWaitTest() 05-17-2023 10:57:56:Start time: 1684321076239 05-17-2023 10:57:56:Client was returned control in 1 milliseconds from request 05-17-2023 10:57:58:Returned status 200 (OK) 05-17-2023 10:57:58:FINISHED TEST : postWhileServerWaitTest() 05-17-2023 10:57:58:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:58:STARTING TEST : headTest() 05-17-2023 10:57:58: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-17-2023 10:57:58: TRACE: [WIRE] - >> 05-17-2023 10:57:58: TRACE: [WIRE] - << 200 OK 05-17-2023 10:57:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:58:Start time: 1684321078258 05-17-2023 10:57:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:58:Returned status 200 (OK) 05-17-2023 10:57:58:FINISHED TEST : headTest() 05-17-2023 10:57:58:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:58:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()05-17-2023 10:57:58: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:57:58: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:58:Start time: 1684321078278 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:57:58:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:57:58:Start time: 1684321078292 05-17-2023 10:57:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:57:58: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:57:58: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:57:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:57:58: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:57:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:57:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:57:58:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:57:58:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 10:57:58:[JAXRSCommonClient] Test setup OK 05-17-2023 10:57:58:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 05-17-2023 10:57:58:Start time: 1684321078309 05-17-2023 10:57:58:Client was returned control in 0 milliseconds from request 05-17-2023 10:57:58: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:57:58: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:00: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:00: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:00:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:58:00:Callback completed() call ok 05-17-2023 10:58:00:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 05-17-2023 10:58:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:00:STARTING TEST : traceWhileServerWaitTest() 05-17-2023 10:58:00: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:00: TRACE: [WIRE] - >> 05-17-2023 10:58:02: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:02: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:02: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:00:Start time: 1684321080427 05-17-2023 10:58:00:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:02:Returned status 200 (OK) 05-17-2023 10:58:02:FINISHED TEST : traceWhileServerWaitTest() 05-17-2023 10:58:02:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:02: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:02:STARTING TEST : getThrowsProcessingExceptionTest() 05-17-2023 10:58:02: TRACE: [WIRE] - >> 05-17-2023 10:58:02:Start time: 1684321082444 05-17-2023 10:58:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:02:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:02:FINISHED TEST : getThrowsProcessingExceptionTest() 05-17-2023 10:58:02:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:02:STARTING TEST : headWhileServerWaitTest() 05-17-2023 10:58:02: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-17-2023 10:58:02: TRACE: [WIRE] - >> 05-17-2023 10:58:04: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:04: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:02:Start time: 1684321082467 05-17-2023 10:58:02:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:04: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:04:Returned status 200 (OK) 05-17-2023 10:58:04:FINISHED TEST : headWhileServerWaitTest() 05-17-2023 10:58:04:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:04:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:58:04: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:04: TRACE: [WIRE] - >> 05-17-2023 10:58:06: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:04:Start time: 1684321084485 05-17-2023 10:58:04:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:06: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:06:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:58:06:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:06:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:58:06: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:06: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:06: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:06: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:06:Start time: 1684321086503 05-17-2023 10:58:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:06:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:06:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:06:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:06:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 05-17-2023 10:58:06: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:06: TRACE: [WIRE] - >> 05-17-2023 10:58:08: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:06:Start time: 1684321086519 05-17-2023 10:58:06:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:08: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:08:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:58:08:Callback completed() call ok 05-17-2023 10:58:08:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 05-17-2023 10:58:08:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:08:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-17-2023 10:58:08:Start time: 168432108853605-17-2023 10:58:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:10: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:10: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:10: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:08:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:10:Start time: 1684321090575 05-17-2023 10:58:10:Client was returned control in 1 milliseconds from request05-17-2023 10:58:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:10: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:12: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:12: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:12: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:12:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-17-2023 10:58:12:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:12:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:12: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:12:Start time: 1684321092593 05-17-2023 10:58:12: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:12: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:12: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:12:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:12:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:12:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:12: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:58:12:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:58:12: TRACE: [WIRE] - >> 05-17-2023 10:58:12: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:12: TRACE: [WIRE] - >> 05-17-2023 10:58:12:Start time: 1684321092609 05-17-2023 10:58:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:12:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:12:Start time: 1684321092627 05-17-2023 10:58:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:12:ExecutionException.getCause is ProcessingException as expected05-17-2023 10:58:12: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:58:12: TRACE: [WIRE] - >> 05-17-2023 10:58:12:Start time: 1684321092638 05-17-2023 10:58:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:12:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:12:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:58:12:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:12:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:12: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:58:12: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:12:Start time: 1684321092651 05-17-2023 10:58:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:12:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:12:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:12:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:12:STARTING TEST : postWithCallbackWhileServerWaitTest() 05-17-2023 10:58:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:12: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:14: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:12:Start time: 1684321092663 05-17-2023 10:58:12:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:58:14:Returned status 200 (OK) 05-17-2023 10:58:14:Callback completed() call ok 05-17-2023 10:58:14:FINISHED TEST : postWithCallbackWhileServerWaitTest() 05-17-2023 10:58:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:14:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:14: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:14: TRACE: [WIRE] - >> 05-17-2023 10:58:14: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:Start time: 1684321094680 05-17-2023 10:58:14:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:14:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:14:STARTING TEST : methodTest() 05-17-2023 10:58:14: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:58:14: TRACE: [WIRE] - >> 05-17-2023 10:58:14: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:58:14:Start time: 1684321094694 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:Returned status 200 (OK) 05-17-2023 10:58:14:Start time: 1684321094707 05-17-2023 10:58:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:14: TRACE: [WIRE] - >> 05-17-2023 10:58:14: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:Returned status 200 (OK) 05-17-2023 10:58:14:Start time: 1684321094720 05-17-2023 10:58:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:58:14: TRACE: [WIRE] - >> 05-17-2023 10:58:14: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:58:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:Returned status 200 (OK) 05-17-2023 10:58:14:FINISHED TEST : methodTest() 05-17-2023 10:58:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:14: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:58:14: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:14:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:14:Start time: 1684321094735 05-17-2023 10:58:14:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:14:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:14:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:14: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:14: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:16: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:16: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:16: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:14:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-17-2023 10:58:14:Start time: 1684321094750 05-17-2023 10:58:14:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:16:Returned status 200 (OK) 05-17-2023 10:58:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:16: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:18: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:16:Start time: 1684321096764 05-17-2023 10:58:16:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:18: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:18:Returned status 200 (OK) 05-17-2023 10:58:18:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-17-2023 10:58:18:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:18:STARTING TEST : putWithStringClassWhileServerWaitTest() 05-17-2023 10:58:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:20: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:20: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:20: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:18:Start time: 1684321098780 05-17-2023 10:58:18:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:20:FINISHED TEST : putWithStringClassWhileServerWaitTest() 05-17-2023 10:58:20:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:20:STARTING TEST : deleteWhileServerWaitTest() 05-17-2023 10:58:20: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:58:20: TRACE: [WIRE] - >> 05-17-2023 10:58:22: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:58:20:Start time: 1684321100798 05-17-2023 10:58:20:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22:Returned status 200 (OK) 05-17-2023 10:58:22:FINISHED TEST : deleteWhileServerWaitTest() 05-17-2023 10:58:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:22:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:58:22:Start time: 1684321102813 05-17-2023 10:58:22: TRACE: [WIRE] - >> 05-17-2023 10:58:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:22:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:22:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:58:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:22:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:22: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:22:Start time: 1684321102829 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:22:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:22:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:22: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-17-2023 10:58:22: TRACE: [WIRE] - >> 05-17-2023 10:58:22:Start time: 1684321102845 05-17-2023 10:58:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:22:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:22:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-17-2023 10:58:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:22:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:58:22: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:22: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:22:Start time: 1684321102866 05-17-2023 10:58:22:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:22:Start time: 1684321102879 05-17-2023 10:58:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:22:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:22:STARTING TEST : headWithCallbackWhileServerWaitTest() 05-17-2023 10:58:22: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-17-2023 10:58:22: TRACE: [WIRE] - >> 05-17-2023 10:58:24: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:24: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:24: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:22:Start time: 1684321102894 05-17-2023 10:58:22:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:24:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:58:24:Returned status 200 (OK) 05-17-2023 10:58:24:Callback completed() call ok 05-17-2023 10:58:24:FINISHED TEST : headWithCallbackWhileServerWaitTest() 05-17-2023 10:58:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:24: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:58:24:STARTING TEST : putThrowsProcessingExceptionTest() 05-17-2023 10:58:24:Start time: 1684321104909 05-17-2023 10:58:24: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:24:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:24:FINISHED TEST : putThrowsProcessingExceptionTest() 05-17-2023 10:58:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:24:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:58:24: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:58:24: TRACE: [WIRE] - >> 05-17-2023 10:58:24:Start time: 1684321104922 05-17-2023 10:58:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:24:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:24:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:58:24:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:24:STARTING TEST : putWhileServerWaitTest() 05-17-2023 10:58:24: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:24: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:26: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:24:Start time: 1684321104959 05-17-2023 10:58:24:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:26: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:26: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:26:Returned status 200 (OK) 05-17-2023 10:58:26:FINISHED TEST : putWhileServerWaitTest() 05-17-2023 10:58:26:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:26:STARTING TEST : getWithStringClassWhileServerWaitTest() 05-17-2023 10:58:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:58:26: TRACE: [WIRE] - >> 05-17-2023 10:58:28: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:28: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:26:Start time: 1684321106975 05-17-2023 10:58:26:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:28:FINISHED TEST : getWithStringClassWhileServerWaitTest() 05-17-2023 10:58:28:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:28: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:58:28:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:28: TRACE: [WIRE] - >> 05-17-2023 10:58:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:28: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:28: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:28:Start time: 1684321108990 05-17-2023 10:58:28:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:28:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:28:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:28:STARTING TEST : deleteWithCallbackWhileServerWaitTest() 05-17-2023 10:58:29: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:58:29: TRACE: [WIRE] - >> 05-17-2023 10:58:31: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:31: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:58:31: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:29:Start time: 1684321109004 05-17-2023 10:58:29:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:31:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:58:31:Returned status 200 (OK) 05-17-2023 10:58:31:Callback completed() call ok 05-17-2023 10:58:31:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 05-17-2023 10:58:31:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:31:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()05-17-2023 10:58:31: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:58:31: TRACE: [WIRE] - >> 05-17-2023 10:58:31: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:31: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:31: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:31: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:31:Start time: 1684321111019 05-17-2023 10:58:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:31:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:31:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:58:31:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:31:STARTING TEST : deleteWithStringClassWhileServerWaitTest()05-17-2023 10:58:31: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:58:31: TRACE: [WIRE] - >> 05-17-2023 10:58:33: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:33: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:58:33: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:31:Start time: 1684321111034 05-17-2023 10:58:31:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:33:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 05-17-2023 10:58:33:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:33:STARTING TEST : traceWithStringClassWhileServerWaitTest() 05-17-2023 10:58:33: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:33: TRACE: [WIRE] - >> 05-17-2023 10:58:35: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:33:Start time: 1684321113063 05-17-2023 10:58:33:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:35:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 05-17-2023 10:58:35:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:35:STARTING TEST : optionsTest()05-17-2023 10:58:35: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:58:35: TRACE: [WIRE] - >> 05-17-2023 10:58:35: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:35:Start time: 1684321115078 05-17-2023 10:58:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:35:Returned status 200 (OK) 05-17-2023 10:58:35:FINISHED TEST : optionsTest() 05-17-2023 10:58:35:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:35:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:58:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:35: TRACE: [WIRE] - >> 05-17-2023 10:58:35: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:35:Start time: 1684321115091 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:35:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:35:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:58:35:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:35: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:58:35: TRACE: [WIRE] - >> 05-17-2023 10:58:35: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:35: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:35:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:35:Start time: 1684321115105 05-17-2023 10:58:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:35:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:35:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:35:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:35: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:37: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:37: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:37: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:35:STARTING TEST : postWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:35:Start time: 1684321115118 05-17-2023 10:58:35:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:37:Returned status 200 (OK) 05-17-2023 10:58:37:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:37:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:37: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:58:37: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:37:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:37:Start time: 1684321117133 05-17-2023 10:58:37:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:39:Returned status 200 (OK) 05-17-2023 10:58:39:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39:Start time: 1684321119148 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:58:39:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:Start time: 1684321119163 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:Start time: 1684321119175 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-17-2023 10:58:39:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 10:58:39:Start time: 168432111918905-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:39:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:39:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:58:39:STARTING TEST : putTest() 05-17-2023 10:58:39:Start time: 168432111921005-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 200 (OK) 05-17-2023 10:58:39:FINISHED TEST : putTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Start time: 1684321119224 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 10:58:39:Start time: 1684321119261 05-17-2023 10:58:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:39:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:39:Start time: 1684321119275 05-17-2023 10:58:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:39:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:39:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:Start time: 1684321119291 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : getTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:39:Start time: 1684321119306 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 200 (OK) 05-17-2023 10:58:39:FINISHED TEST : getTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39:Start time: 1684321119374 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:39:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:39:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 10:58:39:Start time: 1684321119389 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:39:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:39:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39:Start time: 1684321119400 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : methodThrowsProcessingExceptionTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39:Start time: 1684321119413 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:39:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:39:Start time: 1684321119455 05-17-2023 10:58:39: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:39:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:39:Start time: 1684321119464 05-17-2023 10:58:39: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:39:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:39:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39:Start time: 1684321119476 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:Start time: 1684321119488 05-17-2023 10:58:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:Start time: 1684321119499 05-17-2023 10:58:39: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:39: TRACE: [WIRE] - >> 05-17-2023 10:58:39: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:39:Start time: 1684321119513 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:39: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:39:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:39:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:39:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:58:39: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:39: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:41: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:39:Start time: 1684321119527 05-17-2023 10:58:39:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:41:Returned status 200 (OK) 05-17-2023 10:58:41:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:58:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:41:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:58:41: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:41: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:41:Start time: 1684321121547 05-17-2023 10:58:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:41:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:41:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:41:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-17-2023 10:58:41:Start time: 1684321121563 05-17-2023 10:58:41: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:41: TRACE: [WIRE] - >> 05-17-2023 10:58:41: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:41: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:41:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:41:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-17-2023 10:58:41:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:41:STARTING TEST : getWithCallbackWhileServerWaitTest() 05-17-2023 10:58:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:58:41: TRACE: [WIRE] - >> 05-17-2023 10:58:41:Start time: 1684321121577 05-17-2023 10:58:41:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:43: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:43: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:43: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:43:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:58:43:Returned status 200 (OK) 05-17-2023 10:58:43:Callback completed() call ok 05-17-2023 10:58:43:FINISHED TEST : getWithCallbackWhileServerWaitTest() 05-17-2023 10:58:43:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:43:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:58:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:43: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:45: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:45: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:45: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:43:Start time: 1684321123595 05-17-2023 10:58:43:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:45:Returned status 200 (OK) 05-17-2023 10:58:45:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:58:45:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:45:STARTING TEST : putWithCallbackWhileServerWaitTest() 05-17-2023 10:58:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:45: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:47: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:45:Start time: 1684321125612 05-17-2023 10:58:45:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:58:47:Returned status 200 (OK) 05-17-2023 10:58:47:Callback completed() call ok 05-17-2023 10:58:47:FINISHED TEST : putWithCallbackWhileServerWaitTest() 05-17-2023 10:58:47:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:47:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-17-2023 10:58:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:47: TRACE: [WIRE] - >> 05-17-2023 10:58:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:Start time: 1684321127629 05-17-2023 10:58:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:47:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:47:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-17-2023 10:58:47:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:47:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:47: TRACE: [WIRE] - >> 05-17-2023 10:58:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:47:Start time: 1684321127643 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:47:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:47:Start time: 1684321127656 05-17-2023 10:58:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:47: TRACE: [WIRE] - >> 05-17-2023 10:58:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:47:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:58:47:Start time: 1684321127668 05-17-2023 10:58:47: TRACE: [WIRE] - >> 05-17-2023 10:58:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:47: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:47:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:47:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:47:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:47:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 05-17-2023 10:58:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:58:47: TRACE: [WIRE] - >> 05-17-2023 10:58:49: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:47:Start time: 1684321127686 05-17-2023 10:58:47:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:49:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:58:49:Callback completed() call ok 05-17-2023 10:58:49:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 05-17-2023 10:58:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:49:STARTING TEST : deleteThrowsExceptionTest()05-17-2023 10:58:49: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:49:Start time: 1684321129702 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:49:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:49:FINISHED TEST : deleteThrowsExceptionTest() 05-17-2023 10:58:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:49:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:58:49: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:58:49: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:49: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:58:49: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:49:Start time: 1684321129722 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:49:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:49:Start time: 1684321129749 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:49:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:49:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:58:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:49:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()05-17-2023 10:58:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:49:Start time: 1684321129764 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:49:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:49:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:49:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:49: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:49:Start time: 1684321129778 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:49:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:49:Start time: 1684321129790 05-17-2023 10:58:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:49:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:49:Start time: 1684321129801 05-17-2023 10:58:49: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:49:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:49:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:49: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:49: TRACE: [WIRE] - >> 05-17-2023 10:58:51: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:51: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:51: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:49:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:49:Start time: 1684321129814 05-17-2023 10:58:49:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:51:Returned status 200 (OK) 05-17-2023 10:58:51:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 05-17-2023 10:58:51:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:51: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:58:51:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:58:51: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:51:Start time: 1684321131832 05-17-2023 10:58:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:51:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:51:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:58:51:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:51:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:58:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:51: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:53: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:53: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:53: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:51:Start time: 1684321131848 05-17-2023 10:58:51:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:53:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:58:53:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:53:STARTING TEST : traceWithCallbackWhileServerWaitTest() 05-17-2023 10:58:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-17-2023 10:58:53: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:53:Start time: 1684321133869 05-17-2023 10:58:53:Client was returned control in 1 milliseconds from request 05-17-2023 10:58:55:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:58:55:Returned status 200 (OK) 05-17-2023 10:58:55:Callback completed() call ok 05-17-2023 10:58:55:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 05-17-2023 10:58:55:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:55:STARTING TEST : traceThrowsProcessingExceptionTest() 05-17-2023 10:58:55: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55:Start time: 1684321135884 05-17-2023 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:58:55:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:58:55:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-17-2023 10:58:55:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:55:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:55: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:Start time: 1684321135895 05-17-2023 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:55:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:55:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:58:55:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:55:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:55: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:Start time: 1684321135910 05-17-2023 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:58:55:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:58:55:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:58:55:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:55:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:55: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55:Start time: 1684321135924 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:55:Start time: 1684321135936 05-17-2023 10:58:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:55:Start time: 1684321135947 05-17-2023 10:58:55: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:58:55: TRACE: [WIRE] - >> 05-17-2023 10:58:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:58:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:58:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:58:55:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:58:55:[JAXRSCommonClient] Test setup OK 05-17-2023 10:58:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:58:55: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:57: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:57: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:58:57: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:55:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-17-2023 10:58:55:Start time: 1684321135961 05-17-2023 10:58:55:Client was returned control in 13 milliseconds from request 05-17-2023 10:58:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:58:57:Callback#completed() called in 2017 milliseconds from request 05-17-2023 10:58:57:Returned status 200 (OK) 05-17-2023 10:58:57:Callback completed() call ok 05-17-2023 10:58:57:Start time: 1684321137989 05-17-2023 10:58:57:Client was returned control in 0 milliseconds from request 05-17-2023 10:58:57: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:58:59: TRACE: [WIRE] - << 200 OK 05-17-2023 10:58:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:58:59: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:58:59: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:58:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:59:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:58:59:Returned status 200 (OK) 05-17-2023 10:58:59:Callback completed() call ok 05-17-2023 10:58:59:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-17-2023 10:58:59:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:59:00: TRACE: [WIRE] - >> 05-17-2023 10:59:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:58:59:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:00:Start time: 1684321140004 05-17-2023 10:59:00:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:00:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00:STARTING TEST : traceTest() 05-17-2023 10:59:00: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-17-2023 10:59:00: TRACE: [WIRE] - >> 05-17-2023 10:59:00: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:Start time: 1684321140019 05-17-2023 10:59:00:Returned status 200 (OK) 05-17-2023 10:59:00:FINISHED TEST : traceTest() 05-17-2023 10:59:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:59:00: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:00: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:STARTING TEST : postTest() 05-17-2023 10:59:00:Start time: 1684321140035 05-17-2023 10:59:00:Returned status 200 (OK) 05-17-2023 10:59:00:FINISHED TEST : postTest() 05-17-2023 10:59:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:59:00: TRACE: [WIRE] - >> 05-17-2023 10:59:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:Start time: 1684321140049 05-17-2023 10:59:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:00:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:00:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:59:00: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 10:59:00:Start time: 1684321140065 05-17-2023 10:59:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:59:00: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:00:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:00:Start time: 1684321140079 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:00: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:00:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:00:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 10:59:00:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:00:STARTING TEST : getWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:00: TRACE: [WIRE] - >> 05-17-2023 10:59:02: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:02: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:02: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:00:Start time: 1684321140174 05-17-2023 10:59:00:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:02:Returned status 200 (OK) 05-17-2023 10:59:02:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:02:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:02: TRACE: [WIRE] - >> 05-17-2023 10:59:04: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:04: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:04: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:02:STARTING TEST : methodWhileServerWaitTest() 05-17-2023 10:59:02:Start time: 1684321142189 05-17-2023 10:59:02:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:04:Returned status 200 (OK) 05-17-2023 10:59:04:Start time: 1684321144201 05-17-2023 10:59:04:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:04: TRACE: [WIRE] - >> 05-17-2023 10:59:06: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:06:Returned status 200 (OK) 05-17-2023 10:59:06:Start time: 1684321146214 05-17-2023 10:59:06:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:06: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:06: TRACE: [WIRE] - >> 05-17-2023 10:59:08: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:08:Returned status 200 (OK) 05-17-2023 10:59:08:FINISHED TEST : methodWhileServerWaitTest() 05-17-2023 10:59:08:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:59:08: TRACE: [WIRE] - >> 05-17-2023 10:59:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:08:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:08:Start time: 1684321148229 05-17-2023 10:59:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:08:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:08:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:08:STARTING TEST : postThrowsProcessingExceptionTest() 05-17-2023 10:59:08: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:59:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:08:Start time: 1684321148244 05-17-2023 10:59:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:08:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:08:FINISHED TEST : postThrowsProcessingExceptionTest() 05-17-2023 10:59:08:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:08:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 05-17-2023 10:59:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:08: TRACE: [WIRE] - >> 05-17-2023 10:59:10: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:08:Start time: 1684321148311 05-17-2023 10:59:08:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:10:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:59:10:Callback completed() call ok 05-17-2023 10:59:10:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 05-17-2023 10:59:10:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:10:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()05-17-2023 10:59:10: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:59:10: TRACE: [WIRE] - >> 05-17-2023 10:59:10:Start time: 1684321150327 05-17-2023 10:59:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:10:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:10:Start time: 1684321150338 05-17-2023 10:59:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:59:10: TRACE: [WIRE] - >> 05-17-2023 10:59:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:10:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:10:Start time: 1684321150349 05-17-2023 10:59:10: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:59:10: TRACE: [WIRE] - >> 05-17-2023 10:59:10: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:10: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:10:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:10:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:10:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:59:10:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:10:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()05-17-2023 10:59:10: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:59:10: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:12: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:12: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:12: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:10:Start time: 1684321150362 05-17-2023 10:59:10:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:12:Returned status 200 (OK) 05-17-2023 10:59:12:Start time: 1684321152381 05-17-2023 10:59:12:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:59:12: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:14: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:59:14: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:14:Returned status 200 (OK) 05-17-2023 10:59:14:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-17-2023 10:59:14:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:14:STARTING TEST : optionsWithStringClassWhileServerWaitTest()05-17-2023 10:59:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:14: TRACE: [WIRE] - >> 05-17-2023 10:59:16: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:16: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:16: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:14:Start time: 1684321154397 05-17-2023 10:59:14:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:16:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 05-17-2023 10:59:16:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:16:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:59:16:Start time: 1684321156414 05-17-2023 10:59:16:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:16: TRACE: [WIRE] - >> 05-17-2023 10:59:18: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:18: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:18:Start time: 1684321158430 05-17-2023 10:59:18:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:18: TRACE: [WIRE] - >> 05-17-2023 10:59:20: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:20: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:20: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:20:Start time: 1684321160446 05-17-2023 10:59:20:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:20: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:20: TRACE: [WIRE] - >> 05-17-2023 10:59:22: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:22: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:22: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:22:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:59:22:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:22:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:22: TRACE: [WIRE] - >> 05-17-2023 10:59:24: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:24: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:24: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:22:Start time: 1684321162467 05-17-2023 10:59:22:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:24:Returned status 200 (OK) 05-17-2023 10:59:24:Start time: 1684321164478 05-17-2023 10:59:24:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:24: TRACE: [WIRE] - >> 05-17-2023 10:59:26: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:26: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:26: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:26:Returned status 200 (OK) 05-17-2023 10:59:26:Start time: 1684321166490 05-17-2023 10:59:26: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:26:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:26: TRACE: [WIRE] - >> 05-17-2023 10:59:28: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:28: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:28:Returned status 200 (OK) 05-17-2023 10:59:28:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:28:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 10:59:28:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:59:28:Start time: 168432116850505-17-2023 10:59:28: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:28: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:28: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:28:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:28:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:28:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:59:28:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:28:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:28: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:28: TRACE: [WIRE] - >> 05-17-2023 10:59:30: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:28:Start time: 1684321168519 05-17-2023 10:59:28:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:30: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:30: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:30:Returned status 200 (OK) 05-17-2023 10:59:30:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:30:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:30:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()05-17-2023 10:59:30: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:59:30:Start time: 1684321170536 05-17-2023 10:59:30: TRACE: [WIRE] - >> 05-17-2023 10:59:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:30:Start time: 1684321170573 05-17-2023 10:59:30: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:59:30: TRACE: [WIRE] - >> 05-17-2023 10:59:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:30:Start time: 1684321170585 05-17-2023 10:59:30: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:59:30: TRACE: [WIRE] - >> 05-17-2023 10:59:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:30:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:59:30:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:30:STARTING TEST : methodWithEntityWhileServerWaitTest() 05-17-2023 10:59:30: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:59:30: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:32: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:32: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:32: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:30:Start time: 1684321170597 05-17-2023 10:59:30:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:32:Returned status 200 (OK) 05-17-2023 10:59:32:Start time: 168432117261105-17-2023 10:59:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:59:32:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:32: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:34: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:Returned status 200 (OK) 05-17-2023 10:59:34:FINISHED TEST : methodWithEntityWhileServerWaitTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:59:34:Start time: 1684321174627 05-17-2023 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:34:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:34:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:59:34: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:59:34:Start time: 1684321174638 05-17-2023 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:34:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:34:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()05-17-2023 10:59:34: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34:Start time: 1684321174651 05-17-2023 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:34:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:34:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:34:Start time: 1684321174662 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:34:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:34:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34:Start time: 1684321174676 05-17-2023 10:59:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:34:Start time: 1684321174687 05-17-2023 10:59:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:34:Start time: 1684321174699 05-17-2023 10:59:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:34: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:34:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:34:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:34: TRACE: [WIRE] - >> 05-17-2023 10:59:36: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:36: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:36: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:34:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:34:Start time: 1684321174713 05-17-2023 10:59:34:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:36:Returned status 200 (OK) 05-17-2023 10:59:36:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:36:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:36: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:59:36:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:36: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:36: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:36:Start time: 1684321176727 05-17-2023 10:59:36: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:36: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:36:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:36:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:36:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:36: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:36: TRACE: [WIRE] - >> 05-17-2023 10:59:38: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:38: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:38: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:36:STARTING TEST : optionsWhileServerWaitTest() 05-17-2023 10:59:36:Start time: 1684321176740 05-17-2023 10:59:36:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:38:Returned status 200 (OK) 05-17-2023 10:59:38:FINISHED TEST : optionsWhileServerWaitTest() 05-17-2023 10:59:38:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:38:STARTING TEST : putWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:59:38: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:40: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:38:Start time: 1684321178755 05-17-2023 10:59:38:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:40: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:40: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:40:Returned status 200 (OK) 05-17-2023 10:59:40:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 05-17-2023 10:59:40:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:40: TRACE: [WIRE] - >> 05-17-2023 10:59:42: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:40:STARTING TEST : getWhileServerWaitTest() 05-17-2023 10:59:40:Start time: 1684321180769 05-17-2023 10:59:40:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:42:Returned status 200 (OK) 05-17-2023 10:59:42:FINISHED TEST : getWhileServerWaitTest() 05-17-2023 10:59:42:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:42: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-17-2023 10:59:42: TRACE: [WIRE] - >> 05-17-2023 10:59:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:42:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:42:Start time: 1684321182784 05-17-2023 10:59:42:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:42:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:42:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:42:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-17-2023 10:59:42: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:59:42: TRACE: [WIRE] - >> 05-17-2023 10:59:42:Start time: 1684321182798 05-17-2023 10:59:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:42:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:42:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-17-2023 10:59:42:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:59:42:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:42: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:42:Start time: 1684321182831 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:42: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:42:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 10:59:42:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 10:59:42:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:42:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-17-2023 10:59:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 10:59:42: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:44: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:44: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:44: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:42:Start time: 1684321182851 05-17-2023 10:59:42:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:44:Start time: 1684321184874 05-17-2023 10:59:44:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:59:44: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:46: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:46: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:59:46: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:46:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-17-2023 10:59:46:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:59:46:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:59:46:Start time: 1684321186905 05-17-2023 10:59:46: TRACE: [WIRE] - >> 05-17-2023 10:59:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:46:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:46:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 10:59:46:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:46:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 05-17-2023 10:59:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:46: TRACE: [WIRE] - >> 05-17-2023 10:59:48: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:48: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:46:Start time: 1684321186939 05-17-2023 10:59:46:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:48: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:48:Callback#completed() called in 2005 milliseconds from request 05-17-2023 10:59:49:Callback completed() call ok 05-17-2023 10:59:49:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 05-17-2023 10:59:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:49:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()05-17-2023 10:59:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 10:59:49:Start time: 1684321189055 05-17-2023 10:59:49: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:49: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:49: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:49:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:49:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 10:59:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:49:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:59:49: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-17-2023 10:59:49: TRACE: [WIRE] - >> 05-17-2023 10:59:49:Start time: 1684321189068 05-17-2023 10:59:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:49:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:49:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-17-2023 10:59:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:49:STARTING TEST : deleteTest() 05-17-2023 10:59:49: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-17-2023 10:59:49: TRACE: [WIRE] - >> 05-17-2023 10:59:49: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:49: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:49: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:49:Start time: 1684321189079 05-17-2023 10:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:49:Returned status 200 (OK) 05-17-2023 10:59:49:FINISHED TEST : deleteTest() 05-17-2023 10:59:49:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:49: TRACE: [WIRE] - >> 05-17-2023 10:59:51: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:51: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:51: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:49:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:49:Start time: 1684321189094 05-17-2023 10:59:49:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:51:Returned status 200 (OK) 05-17-2023 10:59:51:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-17-2023 10:59:51:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:51:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:51: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-17-2023 10:59:51: TRACE: [WIRE] - >> 05-17-2023 10:59:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 10:59:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:51: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 10:59:51: TRACE: [WIRE] - << Content-Language: 05-17-2023 10:59:51:Start time: 1684321191112 05-17-2023 10:59:51: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 10:59:51:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 10:59:51:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-17-2023 10:59:51:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:51:STARTING TEST : postWithStringClassWhileServerWaitTest() 05-17-2023 10:59:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:59:51: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:53: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:51:Start time: 1684321191128 05-17-2023 10:59:51:Client was returned control in 1 milliseconds from request 05-17-2023 10:59:53: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 10:59:53: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:53:FINISHED TEST : postWithStringClassWhileServerWaitTest() 05-17-2023 10:59:53:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:53:STARTING TEST : methodWithCallbackStringWhileServerWaitTest() 05-17-2023 10:59:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 10:59:53: TRACE: [WIRE] - >> 05-17-2023 10:59:55: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:55: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 10:59:55: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:53:Start time: 1684321193144 05-17-2023 10:59:53:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:55:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:59:55:Callback completed() call ok 05-17-2023 10:59:55:Start time: 1684321195257 05-17-2023 10:59:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-17-2023 10:59:55:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:55: TRACE: [WIRE] - >> 05-17-2023 10:59:57: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:57: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 10:59:57: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:57:Callback#completed() called in 2003 milliseconds from request 05-17-2023 10:59:57:Callback completed() call ok 05-17-2023 10:59:57:Start time: 1684321197271 05-17-2023 10:59:57:Client was returned control in 0 milliseconds from request 05-17-2023 10:59:57: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-17-2023 10:59:57: TRACE: [WIRE] - >> 05-17-2023 10:59:59: TRACE: [WIRE] - << 200 OK 05-17-2023 10:59:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 10:59:59: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 10:59:59: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 10:59:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:59:Callback#completed() called in 2004 milliseconds from request 05-17-2023 10:59:59:Callback completed() call ok 05-17-2023 10:59:59:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 05-17-2023 10:59:59:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:59: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 10:59:59: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:59:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:59:59:Start time: 1684321199287 05-17-2023 10:59:59: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 10:59:59: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 10:59:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:59:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:59:Start time: 1684321199302 05-17-2023 10:59:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:59:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:59:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-17-2023 10:59:59:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:59: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-17-2023 10:59:59:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-17-2023 10:59:59: TRACE: [WIRE] - >> 05-17-2023 10:59:59:Start time: 1684321199312 05-17-2023 10:59:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 10:59:59:ExecutionException.getCause is ProcessingException as expected 05-17-2023 10:59:59:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-17-2023 10:59:59:[JAXRSCommonClient] Test setup OK 05-17-2023 10:59:59:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 05-17-2023 10:59:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 10:59:59: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:01: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 10:59:59:Start time: 1684321199322 05-17-2023 10:59:59:Client was returned control in 0 milliseconds from request 05-17-2023 11:00:01:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 05-17-2023 11:00:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:01: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-17-2023 11:00:01: TRACE: [WIRE] - >> 05-17-2023 11:00:01:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 11:00:01:Start time: 1684321201336 05-17-2023 11:00:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:01:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:01:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-17-2023 11:00:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:01:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:00:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-17-2023 11:00:01: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:01:Start time: 1684321201346 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:01:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:01:Start time: 1684321201358 05-17-2023 11:00:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-17-2023 11:00:01: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:01: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:01:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:01:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:00:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:01:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-17-2023 11:00:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-17-2023 11:00:01: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:03: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:03: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:01:Start time: 1684321201372 05-17-2023 11:00:01:Client was returned control in 0 milliseconds from request 05-17-2023 11:00:03:Callback#completed() called in 2004 milliseconds from request 05-17-2023 11:00:03:Callback completed() call ok 05-17-2023 11:00:03:Start time: 1684321203385 05-17-2023 11:00:03:Client was returned control in 0 milliseconds from request 05-17-2023 11:00:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-17-2023 11:00:03: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:05: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:05: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:05:Callback#completed() called in 2004 milliseconds from request 05-17-2023 11:00:05:Callback completed() call ok 05-17-2023 11:00:05:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-17-2023 11:00:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:05:STARTING TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:00:05: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-17-2023 11:00:05: TRACE: [WIRE] - >> 05-17-2023 11:00:05:Start time: 1684321205501 05-17-2023 11:00:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:05:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:05:FINISHED TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:00:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:05: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 11:00:05:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:00:05: TRACE: [WIRE] - >> 05-17-2023 11:00:05:Start time: 1684321205513 05-17-2023 11:00:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:05:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:05:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:00:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:05:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:00:05: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-17-2023 11:00:05: TRACE: [WIRE] - >> 05-17-2023 11:00:05:Start time: 1684321205525 05-17-2023 11:00:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:05:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:05:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:00:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:05: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-17-2023 11:00:05:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:00:05: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:05:Start time: 1684321205562 05-17-2023 11:00:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:05:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:05:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:00:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:05: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-17-2023 11:00:05:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 05-17-2023 11:00:05: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:05:Start time: 1684321205574 05-17-2023 11:00:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:00:05:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:00:05:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 160.552 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : setUriTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - >> ENTITY 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - << ENTITY 05-17-2023 11:00:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 05-17-2023 11:00:06:############################### 05-17-2023 11:00:06:[Request] Adding entity: ENTITY 05-17-2023 11:00:06:Found expected substring: ENTITY 05-17-2023 11:00:06:FINISHED TEST : setUriTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:00:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 05-17-2023 11:00:06:############################### 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 59 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 05-17-2023 11:00:06:Found expected substring: accept-language 05-17-2023 11:00:06:Found expected substring: date 05-17-2023 11:00:06:Found expected substring: tck 05-17-2023 11:00:06:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : setMethodTest()05-17-2023 11:00:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 05-17-2023 11:00:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 05-17-2023 11:00:06:############################### 05-17-2023 11:00:06:[Request] Adding entity: ENTITY 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - >> ENTITY 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - << ENTITY 05-17-2023 11:00:06:Found expected substring: ENTITY 05-17-2023 11:00:06:FINISHED TEST : setMethodTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@41d08b91 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 8192 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:STARTING TEST : getEntityStreamTest() 05-17-2023 11:00:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 05-17-2023 11:00:06:############################### 05-17-2023 11:00:06:[Request] Adding entity: java.io.ByteArrayInputStream@41d08b91 05-17-2023 11:00:06: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 05-17-2023 11:00:06:Found expected substring: ENTITY_STREAM_WORKS 05-17-2023 11:00:06:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-17-2023 11:00:06:STARTING TEST : cacheControlTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 191 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : cacheControlTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-17-2023 11:00:06:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 153 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : buildWithEntityTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-17-2023 11:00:06: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-17-2023 11:00:06: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : buildWithEntityTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : asyncTest() 05-17-2023 11:00:06:FINISHED TEST : asyncTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : buildPutTest()05-17-2023 11:00:06: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-17-2023 11:00:06: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : buildPutTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : buildTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : buildTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : buildGetTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : buildGetTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-17-2023 11:00:06:STARTING TEST : buildDeleteTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : buildDeleteTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-17-2023 11:00:06:STARTING TEST : headersMultivaluedMapTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> tck-header:cts-header 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 175 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : headersMultivaluedMapTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : cookieCookieTest()05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-17-2023 11:00:06: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : cookieCookieTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06:STARTING TEST : headerObjectTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-17-2023 11:00:06: TRACE: [WIRE] - >> tck-header:cts-header 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 175 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : headerObjectTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-17-2023 11:00:06:STARTING TEST : cookieStringStringTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : cookieStringStringTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-17-2023 11:00:06:STARTING TEST : acceptLanguageByLocalesTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept-Language:de it fr 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : acceptLanguageByLocalesTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-17-2023 11:00:06: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:STARTING TEST : buildPostTest() 05-17-2023 11:00:06:FINISHED TEST : buildPostTest() 05-17-2023 11:00:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-17-2023 11:00:06:STARTING TEST : acceptLanguageByStringsTest() 05-17-2023 11:00:06: TRACE: [WIRE] - >> Accept-Language:de it fr 05-17-2023 11:00:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:06:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:07:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07:STARTING TEST : postWithGenericTypeStringTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : postWithGenericTypeStringTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:07:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:07:STARTING TEST : methodWithStringClassWithEntityTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithStringClassWithEntityTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07:STARTING TEST : postWithStringClassTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : postWithStringClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()05-17-2023 11:00:07: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : headTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : headTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : traceWithStringClassTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : traceWithStringClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : traceWithResponseClassTest()05-17-2023 11:00:07: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : traceWithResponseClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07:STARTING TEST : getThrowsProcessingExceptionTest() 05-17-2023 11:00:07:FINISHED TEST : getThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:07:STARTING TEST : methodWithResponseClassWithEntityTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithResponseClassWithEntityTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:07:STARTING TEST : deleteWithResponseClassTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : deleteWithResponseClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:07:STARTING TEST : deleteWithStringClassTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : deleteWithStringClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : methodTest()05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : methodTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : getWithGenericTypeResponseTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : getWithGenericTypeResponseTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : deleteWithGenericTypeResponseTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : deleteWithGenericTypeResponseTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:07:STARTING TEST : putWithStringClassTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : putWithStringClassTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07:STARTING TEST : putThrowsProcessingExceptionTest() 05-17-2023 11:00:07:FINISHED TEST : putThrowsProcessingExceptionTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:Returned status 200 (OK) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : methodWithGenericTypeStringTest()05-17-2023 11:00:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:07: TRACE: [WIRE] - >> 05-17-2023 11:00:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:07:FINISHED TEST : methodWithGenericTypeStringTest() 05-17-2023 11:00:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:07:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : putWithResponseClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : putWithResponseClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : optionsTest() 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : optionsTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08:STARTING TEST : optionsWithGenericTypeStringTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : optionsWithGenericTypeStringTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08:STARTING TEST : optionsWithResponseClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : optionsWithResponseClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : methodWithResponseClassTest()05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : methodWithResponseClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : getWithGenericTypeStringTest() 05-17-2023 11:00:08:FINISHED TEST : getWithGenericTypeStringTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : putTest() 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : putTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08:STARTING TEST : getTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : getTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : putWithGenericTypeStringTest() 05-17-2023 11:00:08:FINISHED TEST : putWithGenericTypeStringTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08:STARTING TEST : methodThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:08:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : traceThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:08:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-17-2023 11:00:08:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : traceTest()05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : traceTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : deleteWithGenericTypeStringTest() 05-17-2023 11:00:08:FINISHED TEST : deleteWithGenericTypeStringTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:08:STARTING TEST : postTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : postTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : methodWithGenericTypeResponseTest() 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : methodWithGenericTypeResponseTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:08:STARTING TEST : postWithResponseClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : postWithResponseClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : methodWithEntityTest()05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK)05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : methodWithEntityTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:08:STARTING TEST : methodWithStringClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : methodWithStringClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08:STARTING TEST : optionsWithGenericTypeResponseTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : optionsWithGenericTypeResponseTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08:STARTING TEST : postThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:FINISHED TEST : postThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:08:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-17-2023 11:00:08:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-17-2023 11:00:08:STARTING TEST : postWithGenericTypeResponseTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : postWithGenericTypeResponseTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : deleteThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:FINISHED TEST : deleteThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : optionsWithStringClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : optionsWithStringClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08:STARTING TEST : getWithStringClassTest()05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : getWithStringClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-17-2023 11:00:08:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:08:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:STARTING TEST : traceWithGenericTypeResponseTest() 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : traceWithGenericTypeResponseTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : deleteTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : deleteTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : getWithResponseClassTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-17-2023 11:00:08: TRACE: [WIRE] - >> 05-17-2023 11:00:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 200 (OK) 05-17-2023 11:00:08:FINISHED TEST : getWithResponseClassTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-17-2023 11:00:08: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:08: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:08:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:08:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:08:STARTING TEST : putWithGenericTypeResponseTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-17-2023 11:00:09: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09:Returned status 200 (OK) 05-17-2023 11:00:09:FINISHED TEST : putWithGenericTypeResponseTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:09:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-17-2023 11:00:09:STARTING TEST : traceWithGenericTypeStringTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09:FINISHED TEST : traceWithGenericTypeStringTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09:STARTING TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09:FINISHED TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:09:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-17-2023 11:00:09: TRACE: [WIRE] - >> 05-17-2023 11:00:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:00:09:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - >> Anything 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 30 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:09:STARTING TEST : serverSideReaderIsUsedOnServerTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: Anything 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << The fake reader on server side 05-17-2023 11:00:09:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - >> reader/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: reader/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: reader/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << ConstrainedTo message 05-17-2023 11:00:09:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-17-2023 11:00:09:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:00:09:###############################05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 05-17-2023 11:00:09: TRACE: [WIRE] - >> ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09:[Request] Adding entity: ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << ConstrainedTo message 05-17-2023 11:00:09:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09:STARTING TEST : clientSideWriterIsUsedOnClientTest() 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - >> ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - >> writer/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: writer/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: writer/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << ConstrainedTo message 05-17-2023 11:00:09:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-17-2023 11:00:09: TRACE: [WIRE] - >> ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << ConstrainedTo message 05-17-2023 11:00:09:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - >> reader/clientside 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:09:STARTING TEST : clientSideReaderIsUsedOnClientTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: reader/clientside 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: reader/clientside 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << ConstrainedTo message 05-17-2023 11:00:09:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 05-17-2023 11:00:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-17-2023 11:00:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 05-17-2023 11:00:09: TRACE: [WIRE] - >> ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:09:STARTING TEST : serverSideWriterIsUsedOnServerTest() 05-17-2023 11:00:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:00:09:############################### 05-17-2023 11:00:09:[Request] Adding entity: ConstrainedTo message 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Length: 30 05-17-2023 11:00:09: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:09: TRACE: [WIRE] - << The fake writer on server side 05-17-2023 11:00:09:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10:STARTING TEST : setSecurityContextTest() 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: */* 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : setSecurityContextTest() 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10:STARTING TEST : abortWithTest() 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - << OPERATION: ABORTWITH 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: */* 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : abortWithTest() 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10:STARTING TEST : setRequestUriOneUriTest() 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : setRequestUriOneUriTest() 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10:STARTING TEST : setMethodTest() 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : setMethodTest() 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10:STARTING TEST : setEntityStreamTest() 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: */* 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : setEntityStreamTest() 05-17-2023 11:00:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:10:STARTING TEST : setRequestUriTwoUrisTest() 05-17-2023 11:00:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 05-17-2023 11:00:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-17-2023 11:00:10:############################### 05-17-2023 11:00:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-17-2023 11:00:10: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:10: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:10: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-17-2023 11:00:10:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT 05-17-2023 11:00:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:11:STARTING TEST : noSecurityTest() 05-17-2023 11:00:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-17-2023 11:00:11: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:11: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-17-2023 11:00:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:00:11:############################### 05-17-2023 11:00:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:11: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 05-17-2023 11:00:11: TRACE: [WIRE] - << Content-Length: 1052 05-17-2023 11:00:11: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:00:11: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:00:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:11: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

05-17-2023 11:00:11:FINISHED TEST : noSecurityTest() 05-17-2023 11:00:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:11:STARTING TEST : getSecurityContextTest() 05-17-2023 11:00:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-17-2023 11:00:11: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 05-17-2023 11:00:11: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:00:11:############################### 05-17-2023 11:00:11: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:11: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:11: TRACE: [WIRE] - << j2ee 05-17-2023 11:00:11:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getUriInfoTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 93 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 05-17-2023 11:00:12:FINISHED TEST : getUriInfoTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getAcceptableLanguagesIsSortedTest() 05-17-2023 11:00:12:Check the #getAcceptableLanguages is sorted according to their q-value 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 05-17-2023 11:00:12:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getDateIsNullTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << NULL;GETDATE 05-17-2023 11:00:12:FINISHED TEST : getDateIsNullTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setSecurityContextTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 32 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12:FINISHED TEST : setSecurityContextTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : abortWithTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << ABORTWITH 05-17-2023 11:00:12:FINISHED TEST : abortWithTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setPropertyIsReflectedInServletRequestTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 05-17-2023 11:00:12:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getMediaTypeTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 32 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 05-17-2023 11:00:12:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getMethodTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 17 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << OPTIONS;GETMETHOD 05-17-2023 11:00:12:FINISHED TEST : getMethodTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : hasEntityTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 05-17-2023 11:00:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12:[Request] Adding entity: entity 05-17-2023 11:00:12: TRACE: [WIRE] - >> entity 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 14 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << true;HASENTITY 05-17-2023 11:00:12:FINISHED TEST : hasEntityTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 56 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 05-17-2023 11:00:12:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-17-2023 11:00:12:Check the #getAcceptableMediaTypes is sorted according to their q-value 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:text/*;q=0.3, text/html;q=0.7, text/html;level=1,text/html;level=2;q=0.4, */*;q=0.5, OPERATION:GETACCEPTABLEMEDIATYPES 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 105 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << text/html;level=1 text/html;q=0.7 */*;q=0.5 text/html;level=2;q=0.4 text/*;q=0.3 ;GETACCEPTABLEMEDIATYPES 05-17-2023 11:00:12:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getCookiesIsReadonlyTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 57 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 05-17-2023 11:00:12:FINISHED TEST : getCookiesIsReadonlyTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getLanguageTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 18 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 05-17-2023 11:00:12:FINISHED TEST : getLanguageTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setRequestUriOneUriTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 49 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 05-17-2023 11:00:12:FINISHED TEST : setRequestUriOneUriTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getDateTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Wed, 17 May 2023 11:00:12 GMT 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << 1684321212000;GETDATE 05-17-2023 11:00:12:FINISHED TEST : getDateTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getLanguageIsNullTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << NULL;GETLANGUAGE 05-17-2023 11:00:12:FINISHED TEST : getLanguageIsNullTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getHeaderStringTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 05-17-2023 11:00:12:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setMethodTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 17 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << OPTIONS SETMETHOD 05-17-2023 11:00:12:FINISHED TEST : setMethodTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setPropertyNullTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 05-17-2023 11:00:12:FINISHED TEST : setPropertyNullTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 43 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 05-17-2023 11:00:12:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 28 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 05-17-2023 11:00:12:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getLengthWhenNoEntityTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << -1;GETLENGTH 05-17-2023 11:00:12:FINISHED TEST : getLengthWhenNoEntityTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 187 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 05-17-2023 11:00:12:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getRequestTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 18 05-17-2023 11:00:12:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << OPTIONS;GETREQUEST 05-17-2023 11:00:12:FINISHED TEST : getRequestTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setEntityStreamTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 37 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 05-17-2023 11:00:12:FINISHED TEST : setEntityStreamTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getAcceptableMediaTypesTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 41 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12:FINISHED TEST : getAcceptableMediaTypesTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getHeadersTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 200 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.2 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 05-17-2023 11:00:12:FINISHED TEST : getHeadersTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getPropertyIsNullTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << NULL;GETPROPERTY 05-17-2023 11:00:12:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : setRequestUriTwoUrisTest()05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 49 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 05-17-2023 11:00:12:FINISHED TEST : setRequestUriTwoUrisTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getLengthTest() 05-17-2023 11:00:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:12:[Request] Adding entity: 12345678901234567890 05-17-2023 11:00:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 05-17-2023 11:00:12: TRACE: [WIRE] - >> 12345678901234567890 05-17-2023 11:00:12: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:12: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:00:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:12: TRACE: [WIRE] - << 20;GETLENGTH 05-17-2023 11:00:12:FINISHED TEST : getLengthTest() 05-17-2023 11:00:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:12:STARTING TEST : getSecurityContextPrincipalIsNullTest() 05-17-2023 11:00:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 05-17-2023 11:00:12: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 23 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 05-17-2023 11:00:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 05-17-2023 11:00:12:############################### 05-17-2023 11:00:13:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getAcceptableLanguagesTest()05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 29 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES 05-17-2023 11:00:13:FINISHED TEST : getAcceptableLanguagesTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getMediaTypeIsNullTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 17 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << NULL;GETMEDIATYPE 05-17-2023 11:00:13:FINISHED TEST : getMediaTypeIsNullTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : setPropertyTest() 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 26 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 05-17-2023 11:00:13:FINISHED TEST : setPropertyTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : removePropertyTest() 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 05-17-2023 11:00:13:FINISHED TEST : removePropertyTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getCookiesTest()05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 46 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 50 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 05-17-2023 11:00:13:FINISHED TEST : getCookiesTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 15 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << false;HASENTITY 05-17-2023 11:00:13:FINISHED TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getEntityStreamTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 05-17-2023 11:00:13: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13:[Request] Adding entity: EnTiTyStReAmTeSt 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 32 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 05-17-2023 11:00:13:FINISHED TEST : getEntityStreamTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 48 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 05-17-2023 11:00:13:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getResourceMethodTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 17 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << getResourceMethod 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13:Found expected resource method name 05-17-2023 11:00:13:FINISHED TEST : getResourceMethodTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 58 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13:STARTING TEST : getResourceClassTest() 05-17-2023 11:00:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 05-17-2023 11:00:13:Found expected resource class name 05-17-2023 11:00:13:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getStringsHeaderMoreItemsTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13:[Request] Adding entity: commaSeparated 05-17-2023 11:00:13: TRACE: [WIRE] - >> commaSeparated 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-17-2023 11:00:13: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 42 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << responsefilterentity responsefilterentity 05-17-2023 11:00:13:FINISHED TEST : getStringsHeaderMoreItemsTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:13: TRACE: [WIRE] - >> false 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13:[Request] Adding entity: false 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 38 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 05-17-2023 11:00:13:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getEntityTest() 05-17-2023 11:00:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-17-2023 11:00:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:13: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-17-2023 11:00:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:13:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-17-2023 11:00:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:13: TRACE: [WIRE] - << OPERATION: GETENTITY 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Length: 144 05-17-2023 11:00:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-17-2023 11:00:13:FINISHED TEST : getEntityTest() 05-17-2023 11:00:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:13:STARTING TEST : getDateIsNullTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETDATE 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 1 05-17-2023 11:00:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-17-2023 11:00:13:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << 0 05-17-2023 11:00:14:FINISHED TEST : getDateIsNullTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLinksTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLINKS 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 105 05-17-2023 11:00:14: TRACE: [WIRE] - << Link: , 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << ; 05-17-2023 11:00:14:FINISHED TEST : getLinksTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: headerDelegate 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> headerDelegate 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-17-2023 11:00:14: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLinkBuilderWhenNoLinkTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << NULL 05-17-2023 11:00:14:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getEntityClassByteArrayTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> bytearray 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: bytearray 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << [B 05-17-2023 11:00:14:FINISHED TEST : getEntityClassByteArrayTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getStringHeadersTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: EnTITY 05-17-2023 11:00:14: TRACE: [WIRE] - >> EnTITY 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-17-2023 11:00:14: TRACE: [WIRE] - << HEADER: EnTITY 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << EnTITY 05-17-2023 11:00:14:FINISHED TEST : getStringHeadersTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << NULL 05-17-2023 11:00:14:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLinksWhenNoLinkTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLINKS 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << NULL 05-17-2023 11:00:14:FINISHED TEST : getLinksWhenNoLinkTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getMediaTypeTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> application/svg+xml 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 19 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: application/svg+xml 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << application/svg+xml 05-17-2023 11:00:14:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getEntityAnnotationsTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> true 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: true 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 93 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 05-17-2023 11:00:14:FINISHED TEST : getEntityAnnotationsTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLinkTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLINK 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 72 05-17-2023 11:00:14: TRACE: [WIRE] - << Link: ; rel="relation" 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:00:14:FINISHED TEST : getLinkTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : setEntityTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETENTITY 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: application/svg+xml 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:00:14:FINISHED TEST : setEntityTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : hasEntityTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> ResponseFilterEntity 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: ResponseFilterEntity 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: HASENTITY 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << true 05-17-2023 11:00:14:FINISHED TEST : hasEntityTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-17-2023 11:00:14: TRACE: [WIRE] - << HEADER: HEADER 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 24 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << HEADER found as expected 05-17-2023 11:00:14:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: HASLINK 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << false 05-17-2023 11:00:14:FINISHED TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLanguageTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> fr-ca 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: fr-ca 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Language: fr-ca 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << fr_CA 05-17-2023 11:00:14:FINISHED TEST : getLanguageTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getStringHeadersUsesToStringMethodTest() 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> toString 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-17-2023 11:00:14: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:00:14:[Request] Adding entity: toString 05-17-2023 11:00:14:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getDateTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 1684321214000 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETDATE 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 13 05-17-2023 11:00:14: TRACE: [WIRE] - << Date: Wed, 17 May 2023 11:00:14 GMT 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << 1684321214000 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: 1684321214000 05-17-2023 11:00:14:FINISHED TEST : getDateTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getCookiesIsReadOnlyTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 35 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << getCookies is read-only as expected 05-17-2023 11:00:14:FINISHED TEST : getCookiesIsReadOnlyTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getLanguageIsNullTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << NULL 05-17-2023 11:00:14:FINISHED TEST : getLanguageIsNullTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14:STARTING TEST : getHeaderStringTest() 05-17-2023 11:00:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 05-17-2023 11:00:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 24 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 05-17-2023 11:00:14:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:00:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:14:STARTING TEST : setStatusInfoTest() 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 200 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << 200 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: 200 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: 201 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 201 05-17-2023 11:00:14: TRACE: [WIRE] - << 201 CREATED 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << 201 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 202 05-17-2023 11:00:14:[Request] Adding entity: 202 05-17-2023 11:00:14: TRACE: [WIRE] - << 202 ACCEPTED 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14: TRACE: [WIRE] - << 202 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: 204 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 204 05-17-2023 11:00:14: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:14:############################### 05-17-2023 11:00:14:[Request] Adding entity: 205 05-17-2023 11:00:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:14: TRACE: [WIRE] - >> 205 05-17-2023 11:00:14: TRACE: [WIRE] - << 205 RESET_CONTENT 05-17-2023 11:00:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:14: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 206 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 206 05-17-2023 11:00:45: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 206 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 300 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 300 05-17-2023 11:00:45: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 300 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 301 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 301 05-17-2023 11:00:45: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 301 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 302 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 302 05-17-2023 11:00:45: TRACE: [WIRE] - << 302 FOUND 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 302 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 303 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 303 05-17-2023 11:00:45: TRACE: [WIRE] - << 303 SEE_OTHER 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 303 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 304 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 304 05-17-2023 11:00:45: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 305 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 305 05-17-2023 11:00:45: TRACE: [WIRE] - << 305 USE_PROXY 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 305 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 307 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 307 05-17-2023 11:00:45: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 307 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 308 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 308 05-17-2023 11:00:45: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 308 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 400 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 400 05-17-2023 11:00:45: TRACE: [WIRE] - << 400 BAD_REQUEST 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 400 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 401 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 401 05-17-2023 11:00:45: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 401 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 402 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 402 05-17-2023 11:00:45: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 402 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 403 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 403 05-17-2023 11:00:45: TRACE: [WIRE] - << 403 FORBIDDEN 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 403 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 404 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 404 05-17-2023 11:00:45: TRACE: [WIRE] - << 404 NOT_FOUND 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 404 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 405 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 405 05-17-2023 11:00:45: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 405 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 406 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 406 05-17-2023 11:00:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 406 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 407 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 407 05-17-2023 11:00:45: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 407 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 408 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 408 05-17-2023 11:00:45: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 408 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 40905-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 409 05-17-2023 11:00:45: TRACE: [WIRE] - << 409 CONFLICT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 409 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 410 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 410 05-17-2023 11:00:45: TRACE: [WIRE] - << 410 GONE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 410 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 411 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 411 05-17-2023 11:00:45: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 411 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 412 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 412 05-17-2023 11:00:45: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 412 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 413 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 413 05-17-2023 11:00:45: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 413 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 414 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 414 05-17-2023 11:00:45: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 414 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 415 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 415 05-17-2023 11:00:45: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 415 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 416 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 416 05-17-2023 11:00:45: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 416 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 417 05-17-2023 11:00:45: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 417 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 417 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 428 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 428 05-17-2023 11:00:45: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 428 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 429 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 429 05-17-2023 11:00:45: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 429 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 431 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 431 05-17-2023 11:00:45: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 431 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45:[Request] Adding entity: 451 05-17-2023 11:00:45: TRACE: [WIRE] - >> 451 05-17-2023 11:00:45: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 451 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 500 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 500 05-17-2023 11:00:45: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 500 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 501 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 501 05-17-2023 11:00:45: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 501 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 502 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 502 05-17-2023 11:00:45: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 502 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 503 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 503 05-17-2023 11:00:45: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 503 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:###############################05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 504 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 504 05-17-2023 11:00:45: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 504 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:###############################05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45:[Request] Adding entity: 505 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 505 05-17-2023 11:00:45: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Connection: close 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 505 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 511 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 511 05-17-2023 11:00:45: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 511 05-17-2023 11:00:45:FINISHED TEST : setStatusInfoTest() 05-17-2023 11:00:45:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:45:STARTING TEST : hasLinkTest() 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: HASLINK 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:45: TRACE: [WIRE] - << Link: ; rel="relation" 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << true 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:00:45:FINISHED TEST : hasLinkTest() 05-17-2023 11:00:45:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 05-17-2023 11:00:45:STARTING TEST : getAllowedMethodsTest() 05-17-2023 11:00:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080'05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 14 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << trace options 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:FINISHED TEST : getAllowedMethodsTest() 05-17-2023 11:00:45:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:45:STARTING TEST : getStatusTest() 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 200 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 200 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 201 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 201 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 201 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 20205-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 202 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 202 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 204 05-17-2023 11:00:45: TRACE: [WIRE] - >> 204 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 204 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 205 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 205 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 205 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 206 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 206 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 206 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 300 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 300 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 300 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 301 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 301 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 301 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45:[Request] Adding entity: 302 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 302 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 302 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 303 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 303 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 303 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 304 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 304 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 304 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45:[Request] Adding entity: 305 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 305 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 305 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 307 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 307 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 307 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 308 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 308 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 308 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 400 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 400 05-17-2023 11:00:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:45: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:45: TRACE: [WIRE] - << 400 05-17-2023 11:00:45:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:45:############################### 05-17-2023 11:00:45:[Request] Adding entity: 401 05-17-2023 11:00:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:45: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:45: TRACE: [WIRE] - >> 401 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 401 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46:[Request] Adding entity: 402 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 402 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 402 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 40305-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 403 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 403 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 404 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46:[Request] Adding entity: 404 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 404 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 405 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 405 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 405 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 406 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 406 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 406 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 407 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 407 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 407 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 408 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 408 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 408 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 409 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 409 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 409 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 410 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 410 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 410 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 411 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 411 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 411 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 412 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 412 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 412 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 413 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 413 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 413 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 414 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 414 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 414 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 415 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 415 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 415 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 416 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 416 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 416 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 417 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46:[Request] Adding entity: 417 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 417 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 428 05-17-2023 11:00:46: TRACE: [WIRE] - >> 428 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 428 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 429 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 429 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 429 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 431 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 431 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 431 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 451 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 451 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 451 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 500 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 500 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 500 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 501 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 501 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 501 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 502 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 502 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 502 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 503 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 503 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 503 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 504 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 504 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 504 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 505 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 505 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 505 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 511 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 511 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 511 05-17-2023 11:00:46:FINISHED TEST : getStatusTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> commaSeparated 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-17-2023 11:00:46: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: commaSeparated 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 41 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 05-17-2023 11:00:46:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << -1 05-17-2023 11:00:46:STARTING TEST : getLengthWhenNoEntityTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:FINISHED TEST : getLengthWhenNoEntityTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> inputstream 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 28 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-17-2023 11:00:46:STARTING TEST : getEntityClassInputStreamTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: inputstream 05-17-2023 11:00:46:FINISHED TEST : getEntityClassInputStreamTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> headerDelegate 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-17-2023 11:00:46: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: headerDelegate 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:00:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-17-2023 11:00:46:###############################05-17-2023 11:00:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getHeaderStringHeaderIsNullTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> null 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: null 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << NULL 05-17-2023 11:00:46:FINISHED TEST : getHeaderStringHeaderIsNullTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getLastModifiedIsNullTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << NULL 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:FINISHED TEST : getLastModifiedIsNullTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> inputstream 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 28 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-17-2023 11:00:46:STARTING TEST : getEntityTypeInputStreamTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: inputstream 05-17-2023 11:00:46:FINISHED TEST : getEntityTypeInputStreamTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> ResponseFilterEntity 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:00:46:STARTING TEST : getEntityTagTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: ResponseFilterEntity 05-17-2023 11:00:46:FINISHED TEST : getEntityTagTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream 05-17-2023 11:00:46:STARTING TEST : setEntityStreamTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Transfer-Encoding: chunked 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46: TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK 05-17-2023 11:00:46:FINISHED TEST : setEntityStreamTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getEntityIsNullTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETENTITY 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << NULL 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:FINISHED TEST : getEntityIsNullTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getHeadersTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> header 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << header4: header 05-17-2023 11:00:46: TRACE: [WIRE] - << header3: header 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: header 05-17-2023 11:00:46: TRACE: [WIRE] - << header2: header 05-17-2023 11:00:46: TRACE: [WIRE] - << header1: header 05-17-2023 11:00:46: TRACE: [WIRE] - << header0: header 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 50 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 05-17-2023 11:00:46:FINISHED TEST : getHeadersTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46:STARTING TEST : getEntityClassStringTest() 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> string 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: string 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:00:46:FINISHED TEST : getEntityClassStringTest() 05-17-2023 11:00:46:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 200 05-17-2023 11:00:46:STARTING TEST : getStatusInfoTest() 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 200 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 201 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 201 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 201 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:46:[Request] Adding entity: 202 05-17-2023 11:00:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:46: TRACE: [WIRE] - >> 202 05-17-2023 11:00:46: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:46: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:46: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:46: TRACE: [WIRE] - << 202 05-17-2023 11:00:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:46:############################### 05-17-2023 11:00:47:[Request] Adding entity: 204 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 204 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 204 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 205 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 205 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 205 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 206 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 206 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 206 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 300 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 300 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 300 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 301 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 301 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 301 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 302 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 302 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 302 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 303 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 303 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 303 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 304 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 304 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 304 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 305 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 305 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 305 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 307 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 307 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 307 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47:[Request] Adding entity: 308 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 308 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 308 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 400 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 400 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 400 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 401 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 401 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 401 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 402 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 402 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 402 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 403 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 403 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 403 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 404 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 404 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 404 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 405 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 405 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 405 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 406 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 406 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 406 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 407 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 407 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 407 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 408 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 408 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 408 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 409 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 409 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 409 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 410 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 410 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 410 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 411 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 411 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 411 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 412 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 412 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 412 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 413 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 413 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 413 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 414 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 414 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 414 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 415 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 415 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 415 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 416 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 416 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 416 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 417 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 417 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 417 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 428 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 428 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 428 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 429 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 429 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 429 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47:[Request] Adding entity: 431 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 431 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 431 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 451 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 451 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 451 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47:[Request] Adding entity: 500 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 500 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 500 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 501 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 501 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 501 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 502 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 502 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 502 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 503 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 503 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 503 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 504 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 504 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 504 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 505 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 505 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 505 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 511 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 511 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 511 05-17-2023 11:00:47:FINISHED TEST : getStatusInfoTest() 05-17-2023 11:00:47:[JAXRSCommonClient] Test setup OK 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 200 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 OK 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 200 05-17-2023 11:00:47:STARTING TEST : setStatusTest() 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 200 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 201 05-17-2023 11:00:47: TRACE: [WIRE] - << 201 CREATED 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 201 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 201 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:00:47:[Request] Adding entity: 202 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 202 05-17-2023 11:00:47: TRACE: [WIRE] - << 202 ACCEPTED 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:00:47: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47: TRACE: [WIRE] - << 202 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 204 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 204 05-17-2023 11:00:47: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:00:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:00:47:############################### 05-17-2023 11:00:47:[Request] Adding entity: 205 05-17-2023 11:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:00:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:00:47: TRACE: [WIRE] - >> 205 05-17-2023 11:00:47: TRACE: [WIRE] - << 205 RESET_CONTENT 05-17-2023 11:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:00:47: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 206 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 206 05-17-2023 11:01:18: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 206 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 300 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 300 05-17-2023 11:01:18: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 300 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 301 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 301 05-17-2023 11:01:18: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 301 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 302 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 302 05-17-2023 11:01:18: TRACE: [WIRE] - << 302 FOUND 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 302 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 303 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 303 05-17-2023 11:01:18: TRACE: [WIRE] - << 303 SEE_OTHER 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 303 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 304 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 304 05-17-2023 11:01:18: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 305 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 305 05-17-2023 11:01:18: TRACE: [WIRE] - << 305 USE_PROXY 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 305 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 307 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 307 05-17-2023 11:01:18: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 307 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 308 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 308 05-17-2023 11:01:18: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 308 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 400 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 400 05-17-2023 11:01:18: TRACE: [WIRE] - << 400 BAD_REQUEST 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 400 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 401 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 401 05-17-2023 11:01:18: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 401 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 402 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 402 05-17-2023 11:01:18: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 402 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 403 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 403 05-17-2023 11:01:18: TRACE: [WIRE] - << 403 FORBIDDEN 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 403 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18:[Request] Adding entity: 404 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 404 05-17-2023 11:01:18: TRACE: [WIRE] - << 404 NOT_FOUND 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 404 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 405 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 405 05-17-2023 11:01:18: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 405 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 406 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 406 05-17-2023 11:01:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 406 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 407 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 407 05-17-2023 11:01:18: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 407 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 408 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 408 05-17-2023 11:01:18: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 408 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 409 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 409 05-17-2023 11:01:18: TRACE: [WIRE] - << 409 CONFLICT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 409 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 410 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 410 05-17-2023 11:01:18: TRACE: [WIRE] - << 410 GONE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 410 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 411 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 411 05-17-2023 11:01:18: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 411 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 412 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 412 05-17-2023 11:01:18: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 412 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 413 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 413 05-17-2023 11:01:18: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 413 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 414 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 414 05-17-2023 11:01:18: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 414 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 415 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 415 05-17-2023 11:01:18: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 415 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 416 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 416 05-17-2023 11:01:18: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 416 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 417 05-17-2023 11:01:18: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 417 05-17-2023 11:01:18: TRACE: [WIRE] - << 417 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 428 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 428 05-17-2023 11:01:18: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 428 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18:[Request] Adding entity: 429 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 429 05-17-2023 11:01:18: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 429 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 431 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 431 05-17-2023 11:01:18: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 431 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 451 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 451 05-17-2023 11:01:18: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 451 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 500 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 500 05-17-2023 11:01:18: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 500 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18:[Request] Adding entity: 501 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 501 05-17-2023 11:01:18: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 501 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 502 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 502 05-17-2023 11:01:18: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 502 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 503 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 503 05-17-2023 11:01:18: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 503 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 504 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 504 05-17-2023 11:01:18: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 504 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 505 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 505 05-17-2023 11:01:18: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 505 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 511 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 511 05-17-2023 11:01:18: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 3 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 511 05-17-2023 11:01:18:FINISHED TEST : setStatusTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getLinkBuilderTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 72 05-17-2023 11:01:18: TRACE: [WIRE] - << Link: ; rel="relation" 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:18:FINISHED TEST : getLinkBuilderTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 49 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 05-17-2023 11:01:18:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getLengthTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> ResponseFilterEntity 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: ResponseFilterEntity 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 20sponseFilterEntity 05-17-2023 11:01:18:FINISHED TEST : getLengthTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getLinkWhenNoLinkTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETLINK 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << NULL 05-17-2023 11:01:18:FINISHED TEST : getLinkWhenNoLinkTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getStringHeadersHeaderIsNullTest() 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: null 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> null 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << NULL 05-17-2023 11:01:18:FINISHED TEST : getStringHeadersHeaderIsNullTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getLastModifiedTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> 1684321278000 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: 1684321278000 05-17-2023 11:01:18: TRACE: [WIRE] - << Last-Modified: Wed, 17 May 2023 11:01:18 GMT 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 13 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << 1684321278000 05-17-2023 11:01:18:FINISHED TEST : getLastModifiedTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getEntityTypeByteArrayTest() 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> bytearray 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: bytearray 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << [B 05-17-2023 11:01:18:FINISHED TEST : getEntityTypeByteArrayTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> string 05-17-2023 11:01:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:18: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:01:18: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:18: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:01:18:STARTING TEST : getEntityTypeStringTest() 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: string 05-17-2023 11:01:18:FINISHED TEST : getEntityTypeStringTest() 05-17-2023 11:01:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:18:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest()05-17-2023 11:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-17-2023 11:01:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:18: TRACE: [WIRE] - >> toString 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-17-2023 11:01:18:############################### 05-17-2023 11:01:18:[Request] Adding entity: toString 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-17-2023 11:01:19: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:01:19:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : getLocationTest() 05-17-2023 11:01:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 72 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-17-2023 11:01:19:FINISHED TEST : getLocationTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << NULL 05-17-2023 11:01:19:STARTING TEST : getLocationWhenNoLocationTest() 05-17-2023 11:01:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19:FINISHED TEST : getLocationWhenNoLocationTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : getEntityTagIsNullTest() 05-17-2023 11:01:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << NULL 05-17-2023 11:01:19:FINISHED TEST : getEntityTagIsNullTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : getCookiesTest() 05-17-2023 11:01:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETCOOKIES 05-17-2023 11:01:19: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 11 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << cookiename 05-17-2023 11:01:19:FINISHED TEST : getCookiesTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:01:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: HASENTITY 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << false 05-17-2023 11:01:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19:FINISHED TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : getEntityStreamTest() 05-17-2023 11:01:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 05-17-2023 11:01:19: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:19: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:01:19: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:19: TRACE: [WIRE] - << ResponseFilterEntity 05-17-2023 11:01:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-17-2023 11:01:19:############################### 05-17-2023 11:01:19:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.69 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:19:STARTING TEST : cookieParamListEntityWithFromStringTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:19:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamEntityWithFromStringTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:20:[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' May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamSetEntityWithFromStringTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamSubTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamSubTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamEntityWithValueOfTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:STARTING TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:20:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() May 17, 2023 11:01:20 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 11:01:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:20:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamEntityWithFromStringTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamEntityWithFromStringTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamEntityWithConstructorTest()May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamSubTest()May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamSubTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamEntityWithValueOfTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamEntityWithValueOfTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamListEntityWithFromStringTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:21:[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' May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieParamEntityWithFromStringTest() May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:21 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:21:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-17-2023 11:01:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:21:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:21:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamEntityWithValueOfTest() May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : getSingletonsTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : getSingletonsTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : getClassesTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : getClassesTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:22:STARTING TEST : defaultGetPropertiesIsEmptyTest() 05-17-2023 11:01:22:Default implementation gets empty map as expected 05-17-2023 11:01:22:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 05-17-2023 11:01:22:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:22 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:22:STARTING TEST : getPropertiesTest() 05-17-2023 11:01:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:22:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassWriterContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable Client 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:FINISHED TEST : registerClassWriterContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectReaderContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable Client 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:FINISHED TEST : registerObjectReaderContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectBindingPriorityTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectBindingPriorityTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassReaderContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable Client 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:FINISHED TEST : registerClassReaderContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectWriterContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable Client 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:FINISHED TEST : registerObjectWriterContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 05-17-2023 11:01:23:STARTING TEST : registerClassEmptyContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 05-17-2023 11:01:23:The provider of with contracts has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider of with contracts has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassEmptyContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-17-2023 11:01:23:STARTING TEST : registerClassNotAssignableContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classesMay 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 05-17-2023 11:01:23:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassReaderContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable Client 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:FINISHED TEST : registerClassReaderContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 05-17-2023 11:01:23:STARTING TEST : registerObjectEmptyContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with empty contracts has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with empty contracts has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectEmptyContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassBindingPriorityInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassBindingPriorityInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectReaderContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable Client 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully read Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:FINISHED TEST : registerObjectReaderContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 05-17-2023 11:01:23:STARTING TEST : registerClassNullContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with null contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with null contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassNullContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectNotAssignableContractsTest() May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider withO unassignable contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider withO unassignable contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectNotAssignableContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-17-2023 11:01:23:STARTING TEST : registerClassNotAssignableContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes May 17, 2023 11:01:23 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassNotAssignableContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectWriterContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable Client 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:FINISHED TEST : registerObjectWriterContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerObjectBindingPriorityInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectBindingPriorityInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassWriterContractsInMapTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable Client 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 1 provider(s) as expected 05-17-2023 11:01:23:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-17-2023 11:01:23:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 05-17-2023 11:01:23:FINISHED TEST : registerClassWriterContractsInMapTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK May 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 05-17-2023 11:01:23:STARTING TEST : registerObjectNullContractsTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with null contract has ben ignored as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classesMay 17, 2023 11:01:23 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:The provider with null contract has ben ignored as expected 05-17-2023 11:01:23:FINISHED TEST : registerObjectNullContractsTest() 05-17-2023 11:01:23:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:23:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 05-17-2023 11:01:23:Check on Configurable Client 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-17-2023 11:01:23:Check on Configurable WebTarget 05-17-2023 11:01:23:Already registered 0 classes 05-17-2023 11:01:23:Already registered 0 instances 05-17-2023 11:01:23:Found 0 provider(s) as expected 05-17-2023 11:01:23:Found 2 provider(s) as expected 05-17-2023 11:01:23:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-17-2023 11:01:23:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : isEnabledFeatureReturningFalseTest() 05-17-2023 11:01:24:Registering on Client 05-17-2023 11:01:24:Registering on WebTarget 05-17-2023 11:01:24:Feature feature2 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature1 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature4 has NOT been enabled as expected 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:24:FINISHED TEST : isEnabledFeatureReturningFalseTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : isEnabledClassReturningFalseTest() 05-17-2023 11:01:24:Registering on Client 05-17-2023 11:01:24:Registering on WebTarget 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on Client configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:No feature enabled as expected on WebTarget configuration 05-17-2023 11:01:24:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:24:FINISHED TEST : isEnabledClassReturningFalseTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 05-17-2023 11:01:24:Registering on Client 05-17-2023 11:01:24:Registering on WebTarget 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature1 registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature2 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature3 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature4 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature1 registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature2 registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature3 NOT registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature4 NOT registered as expected on WebTarget configuration 05-17-2023 11:01:24:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:24:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : isEnabledFeatureReturningTrueTest() 05-17-2023 11:01:24:Registering on Client 05-17-2023 11:01:24:Registering on WebTarget 05-17-2023 11:01:24:Feature feature2 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature1 has been enabled as expected 05-17-2023 11:01:24:Feature feature3 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature4 has NOT been enabled as expected 05-17-2023 11:01:24:Feature feature1 registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature2 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature3 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature4 NOT registered as expected on Client configuration 05-17-2023 11:01:24:Feature feature1 registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature2 registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature3 NOT registered as expected on WebTarget configuration 05-17-2023 11:01:24:Feature feature4 NOT registered as expected on WebTarget configuration 05-17-2023 11:01:24:The provider with unassignable contract has ben ignored as expected 05-17-2023 11:01:24:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 229 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << getCookies= Cookie Size=1key=name1; value=$Version=1;name1=value1;$Domain=localhost;$Path=/jaxrs_ee_core_headers_webCookie Name=name1Cookie Value=value1Cookie Path=/jaxrs_ee_core_headers_webCookie Domain=localhostCookie Version=1 05-17-2023 11:01:24:STARTING TEST : cookieTest() 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:FINISHED TEST : cookieTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 05-17-2023 11:01:24: TRACE: [WIRE] - >> anything 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 21 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Languageen-US 05-17-2023 11:01:24:STARTING TEST : contentLanguageTest() 05-17-2023 11:01:24:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 05-17-2023 11:01:24:FINISHED TEST : contentLanguageTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 35 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 05-17-2023 11:01:24:STARTING TEST : acceptLanguageTest() 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:FINISHED TEST : acceptLanguageTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : getDateTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, Date:Wed, 17 May 2023 11:01:24 GMT, Content-Type:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - >> getDate 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 13 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << 1684321284000 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: getDate 05-17-2023 11:01:24:#getDate() returned expected Date instance 05-17-2023 11:01:24:FINISHED TEST : getDateTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : getHeaderStringTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - >> askdjb 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << askdjbaskdjb 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: askdjb 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: ksadbva 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - >> ksadbva 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 14 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << ksadbvaksadbva 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: klwiaslkfn 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - >> klwiaslkfn 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: klwvasbk 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - >> klwvasbk 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << klwvasbkklwvasbk 05-17-2023 11:01:24:#getHeaderString() returned expected header values 05-17-2023 11:01:24:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : mediaTypeTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 136 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 05-17-2023 11:01:24:FINISHED TEST : mediaTypeTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : getHeaderStringUsesToStringTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 05-17-2023 11:01:24: TRACE: [WIRE] - >> bean 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 53 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:[Request] Adding entity: bean 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 05-17-2023 11:01:24:#getHeaderString() returned expected header converted by toString() method 05-17-2023 11:01:24:FINISHED TEST : getHeaderStringUsesToStringTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : mediaTypeAcceptableTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 50 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 05-17-2023 11:01:24:FINISHED TEST : mediaTypeAcceptableTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : getLengthTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << -1 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:#getLength() returned expected length -1 05-17-2023 11:01:24:FINISHED TEST : getLengthTest() 05-17-2023 11:01:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:24:STARTING TEST : requestHeadersTest() 05-17-2023 11:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 05-17-2023 11:01:24: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 05-17-2023 11:01:24: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Length: 130 05-17-2023 11:01:24: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:24: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 05-17-2023 11:01:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 05-17-2023 11:01:24:############################### 05-17-2023 11:01:24:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : selectVariantGetRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : selectVariantGetRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : selectVariantDeleteRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : selectVariantDeleteRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : selectVariantPostRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : selectVariantPostRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getMethodPutRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : getMethodPutRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : selectVariantResponseVaryTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : selectVariantResponseVaryTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getMethodGetRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : getMethodGetRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getMethodPostRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : getMethodPostRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getMethodHeadRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : getMethodHeadRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getMethodDeleteRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : getMethodDeleteRequestTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : selectVariantPutRequestTest() May 17, 2023 11:01:25 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:01:25:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:01:25:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:25:ProcessingException has been thrown as expected 05-17-2023 11:01:25:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:25:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-17-2023 11:01:25:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getLocationNotPresentTest() 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:25:response#getLocation() was null as expected 05-17-2023 11:01:25:FINISHED TEST : getLocationNotPresentTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:25: TRACE: [WIRE] - >> delegate 05-17-2023 11:01:25:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << s3: s3 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:25: TRACE: [WIRE] - << s1: s1 05-17-2023 11:01:25: TRACE: [WIRE] - << s2: s2 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25:[Request] Adding entity: delegate 05-17-2023 11:01:25:HeaderDelegate is used for header as expected 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25:Close() has been called on an entity stream as expected 05-17-2023 11:01:25:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getLinksIsNotNullTest() 05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25:#getLinks contains no links as expected 05-17-2023 11:01:25:FINISHED TEST : getLinksIsNotNullTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25:Close() has not been called on entity stream as expected 05-17-2023 11:01:25:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : bufferEntityThrowsExceptionTest()05-17-2023 11:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:ProcessingException has been thrown as expected 05-17-2023 11:01:25:FINISHED TEST : bufferEntityThrowsExceptionTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:01:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 05-17-2023 11:01:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:25:[Request] Adding entity: anyrelation 05-17-2023 11:01:25: TRACE: [WIRE] - >> anyrelation 05-17-2023 11:01:25: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:25: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:25: TRACE: [WIRE] - << Link: ; rel="anyrelation" 05-17-2023 11:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:#getLinkBuilder creates correct Link for given relation 05-17-2023 11:01:25:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:01:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:25:STARTING TEST : getEntityTagNotPresentTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-17-2023 11:01:25:############################### 05-17-2023 11:01:26:response#getEntityTag() was null as expected 05-17-2023 11:01:26:FINISHED TEST : getEntityTagNotPresentTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 05-17-2023 11:01:26:STARTING TEST : responseCreatedRelativeURITest() 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080'05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:FINISHED TEST : responseCreatedRelativeURITest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : getLinksTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << Link: ; rel="rel2",; rel="rel1" 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:#getLinks contains expected links 05-17-2023 11:01:26:FINISHED TEST : getLinksTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-17-2023 11:01:26:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Adding entity: stringheaders 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - >> stringheaders 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << s3: s3 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << s1: s1 05-17-2023 11:01:26: TRACE: [WIRE] - << s2: s2 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.4],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11)] 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-17-2023 11:01:26:IllegalStateException has been thrown as expected 05-17-2023 11:01:26:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:STARTING TEST : getLanguageNotPresentTest() 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:response#getLanguage() was null as expected 05-17-2023 11:01:26:FINISHED TEST : getLanguageNotPresentTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:Close() has been called on an entity stream as expected 05-17-2023 11:01:26:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:Close() has not been called on entity stream as expected 05-17-2023 11:01:26:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityClassTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:26:Got expected ENtiTy 05-17-2023 11:01:26:FINISHED TEST : readEntityClassTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : getMediaTypeTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - >> application/atom+xml 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Adding entity: application/atom+xml 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:#getMediaType returned expected MediaType 05-17-2023 11:01:26:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : getLinkTest()05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - >> getLinkTest 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Adding entity: getLinkTest 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << Link: ; rel="getLinkTest" 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:#getLink matches expected Link 05-17-2023 11:01:26:FINISHED TEST : getLinkTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:Null or zero length entity returned when no entity as expected 05-17-2023 11:01:26:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityGenericCloseIsCalledTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:Close() has been called on an entity stream as expected 05-17-2023 11:01:26:FINISHED TEST : readEntityGenericCloseIsCalledTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:26:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:IllegalStateException has been thrown as expected 05-17-2023 11:01:26:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-17-2023 11:01:26:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:getHeaders is mutable 05-17-2023 11:01:26:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : readEntityClassAnnotationTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684321286256 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 13 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684321286256' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26: TRACE: [WIRE] - << 1684321286256 05-17-2023 11:01:26:Got expected date Wed May 17 11:01:26 UTC 2023 05-17-2023 11:01:26:FINISHED TEST : readEntityClassAnnotationTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:01:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:#hasLink has not found any Link as expected 05-17-2023 11:01:26:FINISHED TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : closeTest() 05-17-2023 11:01:26:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 05-17-2023 11:01:26:FINISHED TEST : closeTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26:STARTING TEST : getLanguageTest()05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - >> CA 05-17-2023 11:01:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Adding entity: CA 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:26: TRACE: [WIRE] - << Content-Language: fr-CA 05-17-2023 11:01:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:#getLocale matches the Content-Language HTTP header 05-17-2023 11:01:26:FINISHED TEST : getLanguageTest() 05-17-2023 11:01:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 05-17-2023 11:01:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:26: TRACE: [WIRE] - >> 1684321286000 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << Date: Wed, 17 May 2023 11:01:26 GMT 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:26:STARTING TEST : getDateTest() 05-17-2023 11:01:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 05-17-2023 11:01:26:############################### 05-17-2023 11:01:26:[Request] Adding entity: 1684321286000 05-17-2023 11:01:27:#getDate matches the Date HTTP header 05-17-2023 11:01:27:FINISHED TEST : getDateTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:IllegalStateException has been thrown as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:Null or zero length entity returned when no entity as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : getHeaderStringTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:27: TRACE: [WIRE] - >> headerstring 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Cache-Control: no-transform 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Encoding: gzip 05-17-2023 11:01:27: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 05-17-2023 11:01:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:[Request] Adding entity: headerstring 05-17-2023 11:01:27: TRACE: [WIRE] - << Expires: Wed, 17 May 2023 11:01:27 GMT 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Language: fr-CA 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:Found following objects: 05-17-2023 11:01:27:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.4 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Wed, 17 May 2023 11:01:27 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:IllegalStateException has been thrown as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityClassCloseIsCalledTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:Close() has been called on an entity stream as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityClassCloseIsCalledTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:ProcessingException has been thrown as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:27: TRACE: [WIRE] - >> stringheaders 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << s1: s1 05-17-2023 11:01:27: TRACE: [WIRE] - << s2: s2 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:[Request] Adding entity: stringheaders 05-17-2023 11:01:27:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.4],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11)] 05-17-2023 11:01:27:FINISHED TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : getAllowedMethodsTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:27: TRACE: [WIRE] - >> POST TRACE 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << Allow: TRACE,POST 05-17-2023 11:01:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:[Request] Adding entity: POST TRACE 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:#getAllowedMethods returned expected methods TRACE;POST 05-17-2023 11:01:27:FINISHED TEST : getAllowedMethodsTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:Close() has not been called on entity stream as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : getLengthNotPresentTest() 05-17-2023 11:01:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-17-2023 11:01:27: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:27: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:27: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:27:#getLength matches expected Content-Length 0 05-17-2023 11:01:27:FINISHED TEST : getLengthNotPresentTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:27:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:IllegalStateException has been thrown as expected 05-17-2023 11:01:27:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-17-2023 11:01:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:27:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-17-2023 11:01:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-17-2023 11:01:27:############################### 05-17-2023 11:01:28:Null or zero length entity returned when no entity as expected 05-17-2023 11:01:28:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-17-2023 11:01:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28:STARTING TEST : bufferEntityBuffersDataTest()05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28:#bufferEntity did buffer opened stream as expected 05-17-2023 11:01:28:FINISHED TEST : bufferEntityBuffersDataTest() 05-17-2023 11:01:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:STARTING TEST : getCookiesIsImmutableTest() 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28:#getCookies is read-only as expected 05-17-2023 11:01:28:FINISHED TEST : getCookiesIsImmutableTest() 05-17-2023 11:01:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28:STARTING TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:01:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:28: TRACE: [WIRE] - >> toString 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << s1: s1 05-17-2023 11:01:28: TRACE: [WIRE] - << s2: s2 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28:[Request] Adding entity: toString 05-17-2023 11:01:28:toString method is used as expected 05-17-2023 11:01:28:FINISHED TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:01:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:28:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:28:ProcessingException has been thrown as expected 05-17-2023 11:01:28:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-17-2023 11:01:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:28:STARTING TEST : statusTest() 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 201 CREATED 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 202 ACCEPTED 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 05-17-2023 11:01:28:###############################05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 302 FOUND 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 05-17-2023 11:01:28:###############################05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 303 SEE_OTHER 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 05-17-2023 11:01:28:###############################05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 305 USE_PROXY 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 05-17-2023 11:01:28:############################### 05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 400 BAD_REQUEST 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Connection: close 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 1067 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - 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.4

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

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

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

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.4

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

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.4

05-17-2023 11:01:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 05-17-2023 11:01:28:###############################05-17-2023 11:01:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 05-17-2023 11:01:28: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:28: TRACE: [WIRE] - << 404 NOT_FOUND 05-17-2023 11:01:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 05-17-2023 11:01:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Length: 1044 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:01:28: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:01:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

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

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

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

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

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.4

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

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

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

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

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

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

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

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.4

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

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.4

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

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

05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> PRECONDITION_FAILED 05-17-2023 11:01:59: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 1077 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

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

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.4

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

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

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

05-17-2023 11:01:59:#getStatusInfo returned expected StatusTypes 05-17-2023 11:01:59:FINISHED TEST : getStatusInfoTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59:STARTING TEST : hasEntityWhenEntityTest() 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:59:#hasEntity found the entity as expected 05-17-2023 11:01:59:FINISHED TEST : hasEntityWhenEntityTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59:STARTING TEST : getLengthTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-17-2023 11:01:59:[Request] Adding entity: 1234567890 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> 1234567890 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - << 1234567890 05-17-2023 11:01:59:#getLength matches expected Content-Length 10 05-17-2023 11:01:59:FINISHED TEST : getLengthTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> notnull 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << s3: s3 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59:STARTING TEST : getHeadersUsingHeaderDelegateTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:[Request] Adding entity: notnull 05-17-2023 11:01:59: TRACE: [WIRE] - << s1: s1 05-17-2023 11:01:59: TRACE: [WIRE] - << s2: s2 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:Received: 05-17-2023 11:01:59:s3:s3 Server:Eclipse GlassFish 7.0.4 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.4;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:Close() has not been called on entity stream as expected 05-17-2023 11:01:59:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> 1684321319000 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Last-Modified: Wed, 17 May 2023 11:01:59 GMT 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : getLastModifiedTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:[Request] Adding entity: 1684321319000 05-17-2023 11:01:59:#getLastModified matches the Last-Modified HTTP header 05-17-2023 11:01:59:FINISHED TEST : getLastModifiedTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> path 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << Link: ; rel="path" 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : hasLinkWhenLinkTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:[Request] Adding entity: path 05-17-2023 11:01:59:#hasEntity found the Link as expected 05-17-2023 11:01:59:FINISHED TEST : hasLinkWhenLinkTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59:STARTING TEST : getLocationTest() 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - >> path 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:[Request] Adding entity: path 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:#getLocation contains expected location 05-17-2023 11:01:59:FINISHED TEST : getLocationTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59: TRACE: [WIRE] - << ENtiTy 05-17-2023 11:01:59:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:#getLinkBuilder returned null as expected 05-17-2023 11:01:59:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : getLinkNotPresentTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:response#getLink() was null as expected 05-17-2023 11:01:59:FINISHED TEST : getLinkNotPresentTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : getCookiesTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:#getCookies returned expected cookies 05-17-2023 11:01:59:FINISHED TEST : getCookiesTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:#hasEntity has not found any entity as expected 05-17-2023 11:01:59:FINISHED TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:01:59:[JAXRSCommonClient] Test setup OK 05-17-2023 11:01:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-17-2023 11:01:59: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:01:59: TRACE: [WIRE] - << 200 OK 05-17-2023 11:01:59: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-17-2023 11:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:01:59: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:01:59:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest() 05-17-2023 11:01:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-17-2023 11:01:59:############################### 05-17-2023 11:01:59:Null or zero length entity returned when no entity as expected 05-17-2023 11:01:59:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.355 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT 05-17-2023 11:02:00:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:00:STARTING TEST : entityObjectTest() 05-17-2023 11:02:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 05-17-2023 11:02:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:00: TRACE: [WIRE] - >> 1684321320187 05-17-2023 11:02:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 05-17-2023 11:02:00:############################### 05-17-2023 11:02:00:[Request] Adding entity: 1684321320187 05-17-2023 11:02:00: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:00: TRACE: [WIRE] - << Content-Length: 123 05-17-2023 11:02:00: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:02:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:00: TRACE: [WIRE] - << 1684321320187 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 05-17-2023 11:02:00:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s - in ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic.JAXRSBasicClientIT 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : noAuthorizationTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : noAuthorizationTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : basicAuthorizationIncorrectUserTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : basicAuthorizationIncorrectUserTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : basicAuthorizationAdminTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : basicAuthorizationAdminTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : basicAuthorizationStandardUserTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s - in ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic.JAXRSBasicClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : getMatchedURIsTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : getMatchedURIsTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : queryTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : queryTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : pathParamTest1() May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathParamTest1() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathParamTest2() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathParamTest2() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathParamTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathParamTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathTest1() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathTest1() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : pathTest2() May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathTest2() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathSegTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathSegTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : queryTest1() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query1?stringtest=cts%20&inttest=-2147483648?%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : queryTest1() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : queryTest2() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query2?stringtest=cts%20&inttest=-2147483648%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : queryTest2() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathSegTest1() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathSegTest1() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : pathSegTest2() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathSegTest2() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : getMatchedURIsTest1() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : getMatchedURIsTest1() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : getMatchedURIsTest2() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : getMatchedURIsTest2() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : getMatchedResourcesTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : getMatchedResourcesTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : pathTest() May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : pathTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : requestURITest() May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : requestURITest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:STARTING TEST : aPathTest() 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : aPathTest() 05-17-2023 11:02:01:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:01:STARTING TEST : baseUriTest() May 17, 2023 11:02:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:01:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:01:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.514 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:02:STARTING TEST : deleteSubTest() 05-17-2023 11:02:02:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:02:FINISHED TEST : deleteSubTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : deleteTest1() May 17, 2023 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:02:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:02:FINISHED TEST : deleteTest1() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:02:STARTING TEST : deleteTest2() 05-17-2023 11:02:02:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:02:FINISHED TEST : deleteTest2() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : deleteSubTest1() 05-17-2023 11:02:02:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:02:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext.JAXRSClientIT 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 48 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setAnnotationsTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 69 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setAnnotationsTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setGenericTypeTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << [B 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setGenericTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getMediaTypeTest() 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << application/json 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-17-2023 11:02:02:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setPropertyNullTest() 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << None 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setPropertyNullTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << None 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 49 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << None 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setMediaTypeTest()05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setMediaTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setTypeTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> java.io.InputStreamReader@1ad221 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 25 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << java.io.InputStreamReader 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: java.io.InputStreamReader@1ad221 05-17-2023 11:02:02:#setType set correct type java.io.InputStreamReader 05-17-2023 11:02:02:FINISHED TEST : setTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getTypeTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : getTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getAnnotationsTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 69 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]} 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-17-2023 11:02:02:FINISHED TEST : getAnnotationsTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : getGenericTypeTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:02:FINISHED TEST : getGenericTypeTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : setPropertyTest() 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << Other Entity 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02:FINISHED TEST : setPropertyTest() 05-17-2023 11:02:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:02:STARTING TEST : removePropertyTest() 05-17-2023 11:02:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-17-2023 11:02:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-17-2023 11:02:02: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:02:############################### 05-17-2023 11:02:02:[Request] Adding entity: Entity 05-17-2023 11:02:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:02: TRACE: [WIRE] - << None 05-17-2023 11:02:02:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : getEntityTest() 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << Entity 05-17-2023 11:02:03:FINISHED TEST : getEntityTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03:FINISHED TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : setEntityTest() 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << OPERATION 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03:FINISHED TEST : setEntityTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << Property 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03:STARTING TEST : setOutputStreamTest() 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 8192 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << Enxixy 05-17-2023 11:02:03:FINISHED TEST : setOutputStreamTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-17-2023 11:02:03: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:400) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:273) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java: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 05-17-2023 11:02:03:[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:400) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:273) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java: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 05-17-2023 11:02:03:WebApplicationException has been thrown as expected 05-17-2023 11:02:03:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : getHeadersTest() 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 90 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 05-17-2023 11:02:03:FINISHED TEST : getHeadersTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : getOutputStreamTest() 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << NoneEntity 05-17-2023 11:02:03:FINISHED TEST : getOutputStreamTest() 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : proceedThrowsIOExceptionTest() 05-17-2023 11:02:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:03: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-17-2023 11:02:03: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:03: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Length: 39 05-17-2023 11:02:03: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:03: TRACE: [WIRE] - << IOException has been thrown as expected 05-17-2023 11:02:03:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext.JAXRSClientIT 05-17-2023 11:02:03:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:03:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 48 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-17-2023 11:02:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:03:############################### 05-17-2023 11:02:03:[Request] Adding entity: Entity 05-17-2023 11:02:04:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : setAnnotationsTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 69 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-17-2023 11:02:04:FINISHED TEST : setAnnotationsTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : setGenericTypeTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << [B 05-17-2023 11:02:04:FINISHED TEST : setGenericTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04:STARTING TEST : getMediaTypeTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << application/json 05-17-2023 11:02:04:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << None 05-17-2023 11:02:04:STARTING TEST : setPropertyNullTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04:FINISHED TEST : setPropertyNullTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << None 05-17-2023 11:02:04:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 139 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-17-2023 11:02:04:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << None 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04:STARTING TEST : setMediaTypeTest() 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-17-2023 11:02:04:FINISHED TEST : setMediaTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : setTypeTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> java.io.InputStreamReader@2e876eb 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 25 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: java.io.InputStreamReader@2e876eb 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << java.io.InputStreamReader 05-17-2023 11:02:04:#setType set correct type java.io.InputStreamReader 05-17-2023 11:02:04:FINISHED TEST : setTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getTypeTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:04:FINISHED TEST : getTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getAnnotationsTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 0 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 05-17-2023 11:02:04:FINISHED TEST : getAnnotationsTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : getGenericTypeTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:04:FINISHED TEST : getGenericTypeTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : setPropertyTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << Other Entity 05-17-2023 11:02:04:FINISHED TEST : setPropertyTest() 05-17-2023 11:02:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:04:STARTING TEST : removePropertyTest() 05-17-2023 11:02:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-17-2023 11:02:04: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-17-2023 11:02:04: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:04: TRACE: [WIRE] - << None 05-17-2023 11:02:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:04:############################### 05-17-2023 11:02:04:[Request] Adding entity: Entity 05-17-2023 11:02:04:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext.JAXRSClientIT 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getHeadersHeadersSetTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 121 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 05-17-2023 11:02:05:FINISHED TEST : getHeadersHeadersSetTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : setInputStreamTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << Other Entity 05-17-2023 11:02:05:FINISHED TEST : setInputStreamTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 71 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 05-17-2023 11:02:05:FINISHED TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << Property 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 51 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-17-2023 11:02:05:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getInputStreamTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> getInputStreamEntity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 20 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << getInputStreamEntity 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: getInputStreamEntity 05-17-2023 11:02:05:FINISHED TEST : getInputStreamTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : proceedThrowsIOExceptionTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - >> Entity 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 39 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << IOException has been thrown as expected 05-17-2023 11:02:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:[Request] Adding entity: Entity 05-17-2023 11:02:05:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.JAXRSClientIT 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 48 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-17-2023 11:02:05:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 69 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-17-2023 11:02:05:STARTING TEST : setAnnotationsTest() 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:FINISHED TEST : setAnnotationsTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << [B 05-17-2023 11:02:05:STARTING TEST : setGenericTypeTest() 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05:FINISHED TEST : setGenericTypeTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getMediaTypeTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << application/json 05-17-2023 11:02:05:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : setPropertyNullTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << None 05-17-2023 11:02:05:FINISHED TEST : setPropertyNullTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << None 05-17-2023 11:02:05:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getPropertyNamesTest()05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 139 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-17-2023 11:02:05:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080'05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << None 05-17-2023 11:02:05:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : setMediaTypeTest() 05-17-2023 11:02:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 05-17-2023 11:02:05: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:05: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:02:05: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:05: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-17-2023 11:02:05:FINISHED TEST : setMediaTypeTest() 05-17-2023 11:02:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:05:STARTING TEST : setTypeTest()05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 05-17-2023 11:02:05:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: SETTYPE 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 25 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << java.io.InputStreamReader 05-17-2023 11:02:06:#setType set correct type java.io.InputStreamReader 05-17-2023 11:02:06:FINISHED TEST : setTypeTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getTypeTest()05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETTYPE 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:06:FINISHED TEST : getTypeTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getAnnotationsTest() 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 124 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-17-2023 11:02:06:FINISHED TEST : getAnnotationsTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getGenericTypeTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << java.lang.String 05-17-2023 11:02:06:FINISHED TEST : getGenericTypeTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : setPropertyTest() 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 12 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << Other Entity 05-17-2023 11:02:06:FINISHED TEST : setPropertyTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << None 05-17-2023 11:02:06:STARTING TEST : removePropertyTest() 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext.JAXRSClientIT 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getEntityTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETENTITY 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << Entity 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06:FINISHED TEST : getEntityTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Property4: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property3: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property2: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property1: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property0: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 72 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-17-2023 11:02:06:FINISHED TEST : getHeadersOperationOnlyTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : setEntityTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: SETENTITY 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION 05-17-2023 11:02:06:FINISHED TEST : setEntityTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:06: TRACE: [WIRE] - << Property: Property 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << Property 05-17-2023 11:02:06:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : setOutputStreamTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 8192 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << Enxixy 05-17-2023 11:02:06:FINISHED TEST : setOutputStreamTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 51 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-17-2023 11:02:06:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : getHeadersTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Property4: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property3: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property2: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property1: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Property0: any 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 72 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-17-2023 11:02:06:FINISHED TEST : getHeadersTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 05-17-2023 11:02:06:STARTING TEST : getOutputStreamTest() 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << NoneEntity 05-17-2023 11:02:06:FINISHED TEST : getOutputStreamTest() 05-17-2023 11:02:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:06:STARTING TEST : proceedThrowsIOExceptionTest() 05-17-2023 11:02:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 05-17-2023 11:02:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:06: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Length: 39 05-17-2023 11:02:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:06: TRACE: [WIRE] - << IOException has been thrown as expected 05-17-2023 11:02:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 05-17-2023 11:02:06:############################### 05-17-2023 11:02:06:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValuePathParamInLocatorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:FINISHED TEST : defaultValuePathParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueInFormParamTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueInFormParamTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-17-2023 11:02:07:STARTING TEST : defaultValueInCookieParamTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:FINISHED TEST : defaultValueInCookieParamTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 05-17-2023 11:02:07:STARTING TEST : defaultValueQueryParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:FINISHED TEST : defaultValueQueryParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 05-17-2023 11:02:07:STARTING TEST : pathParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:FINISHED TEST : pathParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : formParamUsesParamConvertorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'05-17-2023 11:02:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:02:07: TRACE: [WIRE] - >> param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:[Request] Adding entity: param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:FINISHED TEST : formParamUsesParamConvertorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-17-2023 11:02:07:STARTING TEST : headerParamUsesParamConvertorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:FINISHED TEST : headerParamUsesParamConvertorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueInMatrixParamTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueInMatrixParamTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : cookieParamInLocatorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : cookieParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : matrixParamInLocatorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : matrixParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : matrixParamUsesParamConvertorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : matrixParamUsesParamConvertorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueInPathParamTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueInPathParamTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : headerParamInLocatorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : headerParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : queryParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : queryParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-17-2023 11:02:07:STARTING TEST : defaultValueCookieParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueCookieParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 05-17-2023 11:02:07:STARTING TEST : pathParamUsesParamConvertorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:FINISHED TEST : pathParamUsesParamConvertorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 05-17-2023 11:02:07:STARTING TEST : defaultValueMatrixParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-17-2023 11:02:07:STARTING TEST : cookieParamUsesParamConvertorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : cookieParamUsesParamConvertorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 05-17-2023 11:02:07:STARTING TEST : atomicIntegerPassesTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << 10 05-17-2023 11:02:07:FINISHED TEST : atomicIntegerPassesTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-17-2023 11:02:07:STARTING TEST : defaultValueFormParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueFormParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueHeaderParamInLocatorTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : formParamInLocatorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:02:07: TRACE: [WIRE] - >> param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:[Request] Adding entity: param=ABCDEFGH 05-17-2023 11:02:07: TRACE: [WIRE] - << ABCDEFGH 05-17-2023 11:02:07:FINISHED TEST : formParamInLocatorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 05-17-2023 11:02:07:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 5986 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 05-17-2023 11:02:07: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 05-17-2023 11:02:07: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 05-17-2023 11:02:07: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 05-17-2023 11:02:07: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) 05-17-2023 11:02:07: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) 05-17-2023 11:02:07: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) 05-17-2023 11:02:07: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 05-17-2023 11:02:07: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 05-17-2023 11:02:07: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 05-17-2023 11:02:07:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueInHeaderParamTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueInHeaderParamTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : defaultValueInQueryParamTest() 05-17-2023 11:02:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 05-17-2023 11:02:07: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:07: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:07: TRACE: [WIRE] - << DEFAULT 05-17-2023 11:02:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 05-17-2023 11:02:07:############################### 05-17-2023 11:02:07:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() May 17, 2023 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : readEntityFromBodyTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : readEntityFromBodyTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : readEntityFromHeaderTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : readEntityFromHeaderTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : writeBodyEntityUsingWriterTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:07:FINISHED TEST : writeBodyEntityUsingWriterTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : writeHeaderEntityUsingWriterTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : writeHeaderEntityUsingWriterTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : getSingletonsTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:07:FINISHED TEST : getSingletonsTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : getClassesTest()May 17, 2023 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : getClassesTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : writeIOExceptionWithoutWriterTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : writeIOExceptionWithoutWriterTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredAppJsonContextResolverTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredTextPlainContextResolverTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : writeIOExceptionUsingWriterTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : writeIOExceptionUsingWriterTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : readEntityIOExceptionTest() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : readEntityIOExceptionTest() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : readEntityWebException400Test() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : readEntityWebException400Test() 05-17-2023 11:02:07:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:07:STARTING TEST : readEntityWebException410Test() 05-17-2023 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:07:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromConstructorTest()May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromStringTest() 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamValueOfTest() May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : nonDefaultFormParamFromListFromStringTest()May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : defaultFormParamSentTest() May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : defaultFormParamSentTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : defaultFormParamFromConstructorTest()May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:08:FINISHED TEST : defaultFormParamFromConstructorTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : defaultFormParamFromListConstructorTest() 05-17-2023 11:02:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:08:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:08:STARTING TEST : defaultFormParamPutNoArgSentTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamValueOfTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamValueOfTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamPutArgSentTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamPutArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromListFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : formParamThrowingWebApplicationExceptionTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamNothingSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromConstructorTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromListConstructorTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamNoArgSentTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamNoArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamValueOfTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromConstructorTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromListConstructorTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamPutNoArgSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamValueOfTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamValueOfTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamPutArgSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamPutArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromListFromStringTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamNothingSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromConstructorTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromStringTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromListConstructorTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamNoArgSentTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamNoArgSentTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : formParamEntityWithEncodedTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : formParamEntityWithEncodedTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : defaultFormParamFromSetFromStringTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamValueOfTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : nonDefaultFormParamFromListFromStringTest()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : headSubTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : headSubTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : getSubTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : getSubTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : recursiveResourceLocatorTest() 05-17-2023 11:02:09:[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' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : recursiveResourceLocatorTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : headTest1() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : headTest1() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : headTest2() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:FINISHED TEST : headTest2() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : dynamicGetTest() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : dynamicGetTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : optionSubTest() 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : optionSubTest() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : getTest1() May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : getTest1() 05-17-2023 11:02:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:09:STARTING TEST : getTest2()May 17, 2023 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:09:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headSubTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headSubTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headTest1() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headTest1() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headTest2()May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headTest2() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headGetTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamEntityWithConstructorTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamEntityWithConstructorTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamStringTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamStringTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamLongTest()May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamLongTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamByteTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamByteTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamBooleanTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamBooleanTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamFloatTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamFloatTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamShortTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamShortTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamEntityWithValueOfTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamEntityWithValueOfTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamNoQueryTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamNoQueryTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamDoubleTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamDoubleTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:STARTING TEST : headerParamIntTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamIntTest() 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:10:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:STARTING TEST : headerParamEntityWithFromStringTest() May 17, 2023 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:10:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamEntityWithConstructorTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamEntityWithConstructorTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerParamStringTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:FINISHED TEST : headerParamStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerParamLongTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:FINISHED TEST : headerParamLongTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamByteTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamByteTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerParamBooleanTest()May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:FINISHED TEST : headerParamBooleanTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamFloatTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamFloatTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamShortTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamShortTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamEntityWithValueOfTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamEntityWithValueOfTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerFieldParamEntityWithConstructorTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerParamNoQueryTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamNoQueryTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:STARTING TEST : headerParamDoubleTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:FINISHED TEST : headerParamDoubleTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamSetEntityWithFromStringTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerFieldParamListEntityWithFromStringTest() May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamIntTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamIntTest() 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:11:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:11:STARTING TEST : headerParamEntityWithFromStringTest() 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:11:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamEntityWithConstructorTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamEntityWithConstructorTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerParamStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamLongTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamLongTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamByteTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerParamByteTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamBooleanTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerParamBooleanTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamFloatTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamFloatTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamShortTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerParamShortTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamEntityWithValueOfTest()May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamEntityWithValueOfTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamEntityWithFromStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamNoQueryTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerParamNoQueryTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamDoubleTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamDoubleTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerParamSetEntityWithFromStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamIntTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamIntTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : headerParamEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamDoubleTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamDoubleTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamEntityWithEncodedTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamEntityWithFromStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamLongTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamLongTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamBooleanTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamBooleanTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamIntTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamIntTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamByteTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamByteTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamEntityWithValueOfTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[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' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamStringTest() May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[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' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : matrixParamStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamFloatTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamFloatTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamShortTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:[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' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : matrixParamShortTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:STARTING TEST : matrixParamEntityWithConstructorTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:12:[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' 05-17-2023 11:02:12:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:12:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:12:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamDoubleTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamDoubleTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithEncodedTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamLongTest()May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[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' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixParamLongTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamBooleanTest()May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamBooleanTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamIntTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamIntTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamByteTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamByteTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithValueOfTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithConstructorTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamFloatTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamFloatTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamShortTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamShortTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamSetEntityWithFromStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[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' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithFromStringTest()May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithConstructorTest()May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[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' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:13:[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' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamDoubleTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[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' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixParamDoubleTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithValueOfTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithEncodedTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamLongTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamLongTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamBooleanTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamBooleanTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamIntTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixParamIntTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamByteTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamByteTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithValueOfTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithConstructorTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamStringTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamFloatTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamFloatTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamShortTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamShortTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamEntityWithConstructorTest() May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-17-2023 11:02:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:13:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()May 17, 2023 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:13:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : autoResponseTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : autoResponseTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : optionsTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:STARTING TEST : pathParamEntityWithFromStringTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locatorencoded/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamEntityWithFromStringTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:STARTING TEST : pathParamEntityWithValueOfTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamEntityWithValueOfTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test1() May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : test1() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test2() May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : test2() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test3() 05-17-2023 11:02:14:[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' May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[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' May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:FINISHED TEST : test3() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test4() May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : test4() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test5()May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:FINISHED TEST : test5() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : test6() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:FINISHED TEST : test6() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : pathParamEntityWithConstructorTest() May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamEntityWithConstructorTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:STARTING TEST : pathParamSetEntityWithFromStringTest() May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:14:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:14:STARTING TEST : pathParamListEntityWithFromStringTest() 05-17-2023 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:14:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithEncodedTest() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithEncodedTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/SortedSetParamEntityWithFromString/SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithValueOfTest() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithValueOfTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test1() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test1() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test2() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test2() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test3() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[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' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test3() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test4()May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[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' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test4() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test5() 05-17-2023 11:02:15:[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' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test5() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test6() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 05-17-2023 11:02:15:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223) at 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) 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test6() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test7() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! 05-17-2023 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'matrix=/a;boolean1=false;boolean2=true' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- matrix=/a;boolean2=true;boolean1=false ------------------------------------------- 05-17-2023 11:02:15:[JAXRSCommonClient] null failed! Check output for cause of failure. at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.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) 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test7() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithConstructorTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithConstructorTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamListEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithFromStringTest() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithEncodedTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithEncodedTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/SortedSetParamEntityWithFromString/SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithValueOfTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithValueOfTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test1() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test1() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test2() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test2() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test3() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test3() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test4() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test4() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : test5() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test5() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test6() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 05-17-2023 11:02:15:[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 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) May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : test6() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : test7() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'matrix=/a;boolean1=false;boolean2=true' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- matrix=/a;boolean2=true;boolean1=false ------------------------------------------- 05-17-2023 11:02:15:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.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) 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : test7() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:STARTING TEST : pathParamEntityWithConstructorTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamEntityWithConstructorTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:15:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:15:STARTING TEST : pathParamListEntityWithFromStringTest() 05-17-2023 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:15:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : anyUnknownConsumesTest() May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : anyUnknownConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : unknownAnyTest() May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : unknownAnyTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : widgetsXmlAnyTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:FINISHED TEST : widgetsXmlAnyTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : plainPlusConsumeXmlTest() May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainPlusConsumeXmlTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : anyWidgetsxmlConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:FINISHED TEST : anyWidgetsxmlConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : widgetsXmlAnyConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : widgetsXmlAnyConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : htmlPlainTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : htmlPlainTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : htmlUnknownConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : htmlUnknownConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : htmlPlainConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : htmlPlainConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : plainAnyConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainAnyConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : plainPlusProducePlainTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainPlusProducePlainTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : unknownAnyConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : unknownAnyConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : anyWidgetsxmlTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : anyWidgetsxmlTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : anyPlainTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : anyPlainTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : plainAnyTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainAnyTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : htmlUnknownTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : htmlUnknownTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : anyPlainConsumesTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:FINISHED TEST : anyPlainConsumesTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : anyUnknownTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:FINISHED TEST : anyUnknownTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : plainPlusProduceXmlTest() May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainPlusProduceXmlTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:16:STARTING TEST : plainPlusConsumePlainTest() 05-17-2023 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:16:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : putSubTest() 05-17-2023 11:02:16:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 05-17-2023 11:02:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 05-17-2023 11:02:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:16: TRACE: [WIRE] - >> dummy 05-17-2023 11:02:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:16:############################### 05-17-2023 11:02:16:[Request] Adding entity: dummy 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Length: 88 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:16: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-17-2023 11:02:16:FINISHED TEST : putSubTest() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-17-2023 11:02:16: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 05-17-2023 11:02:16: TRACE: [WIRE] - >> dummy 05-17-2023 11:02:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Length: 18 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:16: TRACE: [WIRE] - << CTS-put text/plain 05-17-2023 11:02:16:STARTING TEST : putTest1() 05-17-2023 11:02:16:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-17-2023 11:02:16:############################### 05-17-2023 11:02:16:[Request] Adding entity: dummy 05-17-2023 11:02:16:FINISHED TEST : putTest1() 05-17-2023 11:02:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:16:STARTING TEST : putTest2() 05-17-2023 11:02:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-17-2023 11:02:16: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 05-17-2023 11:02:16: TRACE: [WIRE] - >> dummy 05-17-2023 11:02:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Length: 88 05-17-2023 11:02:16: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:16: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-17-2023 11:02:16:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-17-2023 11:02:16:############################### 05-17-2023 11:02:16:[Request] Adding entity: dummy 05-17-2023 11:02:16:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithEncodedTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithEncodedTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest1=cts&stringtest2=ri_impl&stringtest1=newone HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithValueOfTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithValueOfTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamBooleanTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest1=true&booleantest2=false&booleantest1=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamBooleanTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' 05-17-2023 11:02:17:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithConstructorTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithConstructorTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamFloatTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=12.345&floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryParamFloatTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamDoubleTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=12.345&doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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'May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryParamDoubleTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamShortTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest1=32767&shorttest2=-32768&shorttest1=1234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamShortTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[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'May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamIntTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=-2147483648&inttest2=2147483647&inttest1=1234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamIntTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamNoQueryTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamNoQueryTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamLongTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest1=-9223372036854775808&longtest2=9223372036854775807&longtest1=1234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamLongTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamByteTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=0&bytetest2=-128&bytetest1=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithEncodedTest()May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithEncodedTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamStringTest()May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryParamStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithValueOfTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithValueOfTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithValueOfTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamSetEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamListEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamBooleanTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryParamBooleanTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamListEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamEntityWithConstructorTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamEntityWithConstructorTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamFloatTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=12.345&floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=23.456&floattest2=0.56789&floattest1=1.234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamFloatTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamDoubleTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=12.345&doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=23.456&doubletest2=0.56789&doubletest1=1.234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamDoubleTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamShortTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768&shorttest1=1234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamShortTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamIntTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[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' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:FINISHED TEST : queryParamIntTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamNoQueryTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamNoQueryTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryParamLongTest() May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807&longtest1=1234 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamLongTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:17:STARTING TEST : queryFieldParamEntityWithConstructorTest()May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-17-2023 11:02:17:[JAXRSCommonClient] Test setup OK May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 17, 2023 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:02:17:STARTING TEST : queryParamByteTest() 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=0&bytetest2=-128&bytetest1=127 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:02:17:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:18:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : getThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : getThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:18:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:18:STARTING TEST : postWithClassThrowsProcessingExceptionTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-17-2023 11:02:18:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:18:STARTING TEST : putThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : putThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:18:STARTING TEST : optionsTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 200 (OK) 05-17-2023 11:02:18:FINISHED TEST : optionsTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18:STARTING TEST : methodThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : deleteThrowsExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : deleteThrowsExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-17-2023 11:02:18:STARTING TEST : traceThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : postThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : postThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:18:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:18:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:18:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:18:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-17-2023 11:02:18:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:18:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:18:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:18:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:18:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:18: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:18:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18: TRACE: [WIRE] - >> 05-17-2023 11:02:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:18:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:18:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:18:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:18:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:19:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:19:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:19:STARTING TEST : deleteTest() 05-17-2023 11:02:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:19:Returned status 200 (OK) 05-17-2023 11:02:19:FINISHED TEST : deleteTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-17-2023 11:02:19:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:02:19:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:02:19:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-17-2023 11:02:19:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-17-2023 11:02:19:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:02:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:02:19: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:19:Returned status 406 (NOT_ACCEPTABLE) 05-17-2023 11:02:19:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 05-17-2023 11:02:19:STARTING TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : headThrowsProcessingExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-17-2023 11:02:19:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:02:19: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-17-2023 11:02:19: TRACE: [WIRE] - >> Content-Type:*/* 05-17-2023 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-17-2023 11:02:19:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:02:19:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.388 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:19:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.483 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:STARTING TEST : optionsTest() 05-17-2023 11:02:20: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 05-17-2023 11:02:20: TRACE: [WIRE] - >> 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 05-17-2023 11:02:20:Returned status 200 (OK) 05-17-2023 11:02:20:FINISHED TEST : optionsTest() 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 05-17-2023 11:02:20:STARTING TEST : deleteTest() 05-17-2023 11:02:20: TRACE: [WIRE] - >> 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 6 05-17-2023 11:02:20:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20:Returned status 200 (OK) 05-17-2023 11:02:20:FINISHED TEST : deleteTest() 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.463 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 05-17-2023 11:02:20:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:20:STARTING TEST : sseBroadcastTest() 05-17-2023 11:02:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << CLEAR 05-17-2023 11:02:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### ReceivedWELCOME2 ReceivedWELCOME4 ReceivedWELCOME0 ReceivedWELCOME1 ReceivedWELCOME3 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message105-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message205-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### Receivedsome_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 40 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close 05-17-2023 11:02:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080' 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << CLOSE 05-17-2023 11:02:20:Client 0 Received message WELCOME1 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:Client 0 Received message some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20:Client 1 Received message WELCOME2 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:Client 1 Received message some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20:Client 2 Received message WELCOME3 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:Client 2 Received message some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20:Client 3 Received message WELCOME4 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:Client 3 Received message some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20:Client 4 Received message WELCOME0 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message0 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message1 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message2 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message3 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message4 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message5 05-17-2023 11:02:20:Client 4 Received message some_ServiceUnavailableEndpoint_message6 05-17-2023 11:02:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080' 05-17-2023 11:02:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check 05-17-2023 11:02:20:############################### 05-17-2023 11:02:20: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:20: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Length: 212 05-17-2023 11:02:20: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:20: TRACE: [WIRE] - << SseEventSink number 0 is closed:trueSseEventSink number 1 is closed:trueSseEventSink number 2 is closed:trueSseEventSink number 3 is closed:trueSseEventSink number 4 is closed:trueOnCloseSink has been called:true 05-17-2023 11:02:20:FINISHED TEST : sseBroadcastTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT 05-17-2023 11:02:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:21:STARTING TEST : stringTest() WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 05-17-2023 11:02:21:FINISHED TEST : stringTest() 05-17-2023 11:02:21:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:21:STARTING TEST : streamingOutputTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:22:FINISHED TEST : streamingOutputTest() 05-17-2023 11:02:22:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:22:STARTING TEST : fileTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:22:FINISHED TEST : fileTest() 05-17-2023 11:02:22:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:22:STARTING TEST : closeTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:02:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 05-17-2023 11:02:23:############################### 05-17-2023 11:02:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 05-17-2023 11:02:23: TRACE: [WIRE] - >> Accept:text/plain 05-17-2023 11:02:23: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:23: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:23: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:23: TRACE: [WIRE] - << true WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:02:24:FINISHED TEST : closeTest() 05-17-2023 11:02:24:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:24:STARTING TEST : inputstreamTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:25:FINISHED TEST : inputstreamTest() 05-17-2023 11:02:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:25:STARTING TEST : readerTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:25:FINISHED TEST : readerTest() 05-17-2023 11:02:25:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:25:STARTING TEST : transformSourceTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:26:FINISHED TEST : transformSourceTest() 05-17-2023 11:02:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:26:STARTING TEST : multivaluedMapTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:26:FINISHED TEST : multivaluedMapTest() 05-17-2023 11:02:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:26:STARTING TEST : jaxbElementTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:27:FINISHED TEST : jaxbElementTest() 05-17-2023 11:02:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:27:STARTING TEST : sseStageCheckTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:28:FINISHED TEST : sseStageCheckTest() 05-17-2023 11:02:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:28:STARTING TEST : doubleTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:28:FINISHED TEST : doubleTest() 05-17-2023 11:02:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:28:STARTING TEST : datasourceTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:29:FINISHED TEST : datasourceTest() 05-17-2023 11:02:29:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:29:STARTING TEST : charTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:29:FINISHED TEST : charTest() 05-17-2023 11:02:29:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:29:STARTING TEST : intTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:30:FINISHED TEST : intTest() 05-17-2023 11:02:30:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:30:STARTING TEST : bytearrayTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:30:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.07 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:31:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:31:STARTING TEST : wait2Seconds() 05-17-2023 11:02:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-17-2023 11:02:31:############################### 05-17-2023 11:02:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-17-2023 11:02:31: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:31: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:31: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:02:31: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:31: TRACE: [WIRE] - << OK 05-17-2023 11:02:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 05-17-2023 11:02:31:############################### 05-17-2023 11:02:31:[Request] Adding entity: 2 05-17-2023 11:02:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 05-17-2023 11:02:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:31: TRACE: [WIRE] - >> 2 05-17-2023 11:02:31: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:31: TRACE: [WIRE] - << Content-Length: 1 05-17-2023 11:02:31: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:31: TRACE: [WIRE] - << 2 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:02:33:FINISHED TEST : wait2Seconds() 05-17-2023 11:02:33:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:33:STARTING TEST : xmlTest() 05-17-2023 11:02:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:33: TRACE: [WIRE] - >> text/xml 05-17-2023 11:02:33: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:33: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:33: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:33:############################### 05-17-2023 11:02:33:[Request] Adding entity: text/xml 05-17-2023 11:02:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:33: TRACE: [WIRE] - << text/xml WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:35:FINISHED TEST : xmlTest() 05-17-2023 11:02:35:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:35:STARTING TEST : connectionLostFor1500msTest() 05-17-2023 11:02:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'05-17-2023 11:02:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 05-17-2023 11:02:35: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:35: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:35:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:35: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:02:35: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:35: TRACE: [WIRE] - << RESET 05-17-2023 11:02:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 05-17-2023 11:02:35:############################### 05-17-2023 11:02:35:[Request] Adding entity: 1 05-17-2023 11:02:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 05-17-2023 11:02:35: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:35: TRACE: [WIRE] - >> 1 05-17-2023 11:02:35: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:35: TRACE: [WIRE] - << Content-Length: 1 05-17-2023 11:02:35: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:35: TRACE: [WIRE] - << 1 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:02:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 05-17-2023 11:02:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 05-17-2023 11:02:37:############################### 05-17-2023 11:02:37: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:37: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:37: TRACE: [WIRE] - << Content-Length: 1 05-17-2023 11:02:37: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:37: TRACE: [WIRE] - << 2 05-17-2023 11:02:37:FINISHED TEST : connectionLostFor1500msTest() 05-17-2023 11:02:37:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:37:STARTING TEST : stringTest() 05-17-2023 11:02:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:37: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:37: TRACE: [WIRE] - >> text/plain 05-17-2023 11:02:37: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:37: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:37:############################### 05-17-2023 11:02:37:[Request] Adding entity: text/plain 05-17-2023 11:02:37: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:37: TRACE: [WIRE] - << text/plain WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:39:FINISHED TEST : stringTest() 05-17-2023 11:02:39:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:39:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:39: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:39: TRACE: [WIRE] - >> text/plain 05-17-2023 11:02:39: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:39: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:39: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:39: TRACE: [WIRE] - << text/plain 05-17-2023 11:02:39:STARTING TEST : dataSourceTest() 05-17-2023 11:02:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:39:############################### 05-17-2023 11:02:39:[Request] Adding entity: text/plain WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:41:FINISHED TEST : dataSourceTest() 05-17-2023 11:02:41:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:41:STARTING TEST : reconnectByEventMethodTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:41:FINISHED TEST : reconnectByEventMethodTest() 05-17-2023 11:02:41:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:41: TRACE: [WIRE] - >> text/plain 05-17-2023 11:02:41: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:41: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:41: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:41: TRACE: [WIRE] - << text/plain 05-17-2023 11:02:41:STARTING TEST : fileTest() 05-17-2023 11:02:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:41:############################### 05-17-2023 11:02:41:[Request] Adding entity: text/plain WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:43:FINISHED TEST : fileTest() 05-17-2023 11:02:43:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:43:STARTING TEST : closeTest() 05-17-2023 11:02:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-17-2023 11:02:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:43: TRACE: [WIRE] - >> true 05-17-2023 11:02:43: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:43: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-17-2023 11:02:43:############################### 05-17-2023 11:02:43:[Request] Adding entity: true 05-17-2023 11:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:43: TRACE: [WIRE] - << true WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:43:Received message no 0 05-17-2023 11:02:43:Received message no 1 05-17-2023 11:02:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-17-2023 11:02:43:############################### 05-17-2023 11:02:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-17-2023 11:02:43: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:43: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:43: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:43: TRACE: [WIRE] - << true WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:44:Received message no 2 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:45:Received message no 3 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:45:Received message no 4 05-17-2023 11:02:45:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-17-2023 11:02:45:############################### 05-17-2023 11:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-17-2023 11:02:45: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:45: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:45: TRACE: [WIRE] - << Content-Length: 4 05-17-2023 11:02:45: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:45: TRACE: [WIRE] - << true WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-17-2023 11:02:49:############################### 05-17-2023 11:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-17-2023 11:02:49: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:02:49: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:49: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:02:49: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:49: TRACE: [WIRE] - << false WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 Sending false 05-17-2023 11:02:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-17-2023 11:02:53:############################### 05-17-2023 11:02:53:[Request] Adding entity: false 05-17-2023 11:02:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-17-2023 11:02:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:53: TRACE: [WIRE] - >> false 05-17-2023 11:02:53: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:53: TRACE: [WIRE] - << Content-Length: 5 05-17-2023 11:02:53: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:53: TRACE: [WIRE] - << false Sent false 05-17-2023 11:02:53:FINISHED TEST : closeTest() 05-17-2023 11:02:53:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:53:STARTING TEST : userReconnectByEventMethodTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:02:53:FINISHED TEST : userReconnectByEventMethodTest() 05-17-2023 11:02:53:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:53:STARTING TEST : byteArrayTest() 05-17-2023 11:02:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:53: TRACE: [WIRE] - >> text/plain 05-17-2023 11:02:53: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:53: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:53: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:53: TRACE: [WIRE] - << text/plain 05-17-2023 11:02:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:53:############################### 05-17-2023 11:02:53:[Request] Adding entity: text/plain WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:55:FINISHED TEST : byteArrayTest() 05-17-2023 11:02:55:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:55:STARTING TEST : readerTest()05-17-2023 11:02:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:55: TRACE: [WIRE] - >> text/plain 05-17-2023 11:02:55: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:55: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:02:55: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:55:############################### 05-17-2023 11:02:55:[Request] Adding entity: text/plain 05-17-2023 11:02:55: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 05-17-2023 11:02:57:FINISHED TEST : readerTest() 05-17-2023 11:02:57:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:57: TRACE: [WIRE] - >> text/xml 05-17-2023 11:02:57: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:57: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:02:57: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:57: TRACE: [WIRE] - << text/xml 05-17-2023 11:02:57:STARTING TEST : transformSourceTest() 05-17-2023 11:02:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:57:############################### 05-17-2023 11:02:57:[Request] Adding entity: text/xml WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:02:58:FINISHED TEST : transformSourceTest() 05-17-2023 11:02:58:[JAXRSCommonClient] Test setup OK 05-17-2023 11:02:58:STARTING TEST : multivaluedMapTest() 05-17-2023 11:02:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:02:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:02:58: TRACE: [WIRE] - >> application/x-www-form-urlencoded 05-17-2023 11:02:58: TRACE: [WIRE] - << 200 OK 05-17-2023 11:02:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:02:58: TRACE: [WIRE] - << Content-Length: 33 05-17-2023 11:02:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:02:58:############################### 05-17-2023 11:02:58:[Request] Adding entity: application/x-www-form-urlencoded 05-17-2023 11:02:58: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:02:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:02:58: TRACE: [WIRE] - << application/x-www-form-urlencoded WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:00:FINISHED TEST : multivaluedMapTest() 05-17-2023 11:03:00:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:00:STARTING TEST : jaxbElementTest() 05-17-2023 11:03:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:03:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:03:00: TRACE: [WIRE] - >> text/xml 05-17-2023 11:03:00: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:00: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:03:00: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:00: TRACE: [WIRE] - << text/xml 05-17-2023 11:03:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:03:00:############################### 05-17-2023 11:03:00:[Request] Adding entity: text/xml WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:03:02:FINISHED TEST : jaxbElementTest() 05-17-2023 11:03:02:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:02:STARTING TEST : defaultWaiting1s() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:03:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-17-2023 11:03:02:############################### 05-17-2023 11:03:02: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:02: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:03:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:02: TRACE: [WIRE] - << OK 05-17-2023 11:03:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-17-2023 11:03:02:############################### 05-17-2023 11:03:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-17-2023 11:03:02: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:02: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:02: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:03:02: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:02: TRACE: [WIRE] - << OK WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:03:04:FINISHED TEST : defaultWaiting1s() 05-17-2023 11:03:04:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:04:STARTING TEST : inputStreamTest() 05-17-2023 11:03:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-17-2023 11:03:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-17-2023 11:03:04: TRACE: [WIRE] - >> text/plain 05-17-2023 11:03:04: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:04: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:03:04: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-17-2023 11:03:04:############################### 05-17-2023 11:03:04:[Request] Adding entity: text/plain 05-17-2023 11:03:04: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:03:05:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.808 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 05-17-2023 11:03:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:05:STARTING TEST : exceptionMapperPriorityTest()May 17, 2023 11:03:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:05:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:05:FINISHED TEST : exceptionMapperPriorityTest() 05-17-2023 11:03:05:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:05:STARTING TEST : paramConverterPriorityTest() 05-17-2023 11:03:05:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:03:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:05:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:06:STARTING TEST : patchTest() May 17, 2023 11:03:06 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:06:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:06:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 05-17-2023 11:03:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:06:STARTING TEST : subResourceLocatorAsClassTest() 05-17-2023 11:03:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 05-17-2023 11:03:06: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:06: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:06: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:03:06: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:06: TRACE: [WIRE] - << OK 05-17-2023 11:03:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 05-17-2023 11:03:06:############################### 05-17-2023 11:03:06:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:06:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 05-17-2023 11:03:06:STARTING TEST : completionStageReturnedTest() 05-17-2023 11:03:06: TRACE: [WIRE] - >> WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:07: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:07: TRACE: [WIRE] - << Content-Length: 73 05-17-2023 11:03:07: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:03:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:07:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.305 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-17-2023 11:03:08:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 05-17-2023 11:03:08:FINISHED TEST : testRxClassGetsClassInstance() 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-17-2023 11:03:08:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 05-17-2023 11:03:08:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : writeTest() May 17, 2023 11:03:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:08:FINISHED TEST : writeTest() 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : writeIOExceptionTest() 05-17-2023 11:03:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:08:FINISHED TEST : writeIOExceptionTest() 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : writeWebApplicationExceptionTest() 05-17-2023 11:03:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:08:FINISHED TEST : writeWebApplicationExceptionTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT 05-17-2023 11:03:08:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:08:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 05-17-2023 11:03:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 05-17-2023 11:03:08: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:08: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 05-17-2023 11:03:08:############################### 05-17-2023 11:03:08: TRACE: [WIRE] - << Content-Length: 25 05-17-2023 11:03:08: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:08: TRACE: [WIRE] - << Converted value: ABCDEFGH 05-17-2023 11:03:08:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:09:STARTING TEST : applicationPathAnnotationEncodedTest() 05-17-2023 11:03:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:09:FINISHED TEST : applicationPathAnnotationEncodedTest() 05-17-2023 11:03:09:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:09:STARTING TEST : applicationPathAnnotationNotUsedTest() 05-17-2023 11:03:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:09:Received expected status code Not Found 05-17-2023 11:03:09:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 05-17-2023 11:03:09:$$$ SigTestEE.setup() called 05-17-2023 11:03:09:$$$ SigTestEE.setup() complete [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/.m2/repository/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.jar) to field java.lang.Class.ANNOTATION [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release 05-17-2023 11:03:09:$$$ JAXRSSigTestIT.signatureTest() called 05-17-2023 11:03:09:mapFile location is :/tmp/sig-test14353880713435410993.map 05-17-2023 11:03:09:packageFile location is :/tmp/sig-test-pkg-list6274151040497293572.txt 05-17-2023 11:03:09:Package version from mapfile :3.1.0 05-17-2023 11:03:09:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 05-17-2023 11:03:09:Executing JImage 05-17-2023 11:03:09:/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 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:11:JImage RC = 0 05-17-2023 11:03:11:optionalPkgToIgnore = jakarta.xml.bind 05-17-2023 11:03:11:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 05-17-2023 11:03:11:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-17-2023 11:03:11:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:11:Static mode supports checks of static constants values WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 null 05-17-2023 11:03:11:********** Status Report 'jakarta.ws.rs' ********** 05-17-2023 11:03:11:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:11:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:11: 05-17-2023 11:03:11:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:11:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-17-2023 11:03:11:********** Status Report 'jakarta.ws.rs' ********** 05-17-2023 11:03:11:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:11:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:11:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-17-2023 11:03:11: 05-17-2023 11:03:11: 05-17-2023 11:03:11:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-17-2023 11:03:11:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:11:Static mode supports checks of static constants values WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 null 05-17-2023 11:03:11:********** Status Report 'jakarta.ws.rs.client' ********** 05-17-2023 11:03:11:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:11:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:11: 05-17-2023 11:03:11:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:11:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-17-2023 11:03:11:********** Status Report 'jakarta.ws.rs.client' ********** 05-17-2023 11:03:11:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:11:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:11:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-17-2023 11:03:11: 05-17-2023 11:03:11: 05-17-2023 11:03:11:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-17-2023 11:03:11:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:11:Static mode supports checks of static constants values null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.core' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:12:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.core' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:12:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-17-2023 11:03:12:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:12:Static mode supports checks of static constants values WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.container' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:12:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.container' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:12:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-17-2023 11:03:12:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:12:Static mode supports checks of static constants values null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.ext' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:12:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.ext' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:12:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-17-2023 11:03:12:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-17-2023 11:03:12:Static mode supports checks of static constants values null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.sse' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12:********** VALIDATE IN REFLECTIVE MODE **** 05-17-2023 11:03:12:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 null 05-17-2023 11:03:12:********** Status Report 'jakarta.ws.rs.sse' ********** 05-17-2023 11:03:12:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-17-2023 11:03:12:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 05-17-2023 11:03:12:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-17-2023 11:03:12: 05-17-2023 11:03:12: 05-17-2023 11:03:12:****************************************************** ****************************************************** All package signatures passed. Passed packages listed below: jakarta.ws.rs(static mode) jakarta.ws.rs(reflection mode) jakarta.ws.rs.client(static mode) jakarta.ws.rs.client(reflection mode) jakarta.ws.rs.core(static mode) jakarta.ws.rs.core(reflection mode) jakarta.ws.rs.container(static mode) jakarta.ws.rs.container(reflection mode) jakarta.ws.rs.ext(static mode) jakarta.ws.rs.ext(reflection mode) jakarta.ws.rs.sse(static mode) jakarta.ws.rs.sse(reflection mode) ****************************************************** ****************************************************** 05-17-2023 11:03:12:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.826 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : synchronousTest() 05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-17-2023 11:03:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 53 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-17-2023 11:03:13:FINISHED TEST : synchronousTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : invocationFromLinkTwoMediaTypesTest()05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 29 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest()05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:application/json 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 16 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 53 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-17-2023 11:03:13:STARTING TEST : asynchronousTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:FINISHED TEST : asynchronousTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 8 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 05-17-2023 11:03:13:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << concept 05-17-2023 11:03:13:STARTING TEST : checkClientConceptTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - >> java.io.InputStreamReader@528b320b 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:STARTING TEST : clientReaderWriterTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:[Request] Adding entity: java.io.InputStreamReader@528b320b 05-17-2023 11:03:13:FINISHED TEST : clientReaderWriterTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13:STARTING TEST : clientReaderReaderTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:FINISHED TEST : clientReaderReaderTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - >> [B@2eaef802 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:STARTING TEST : clientByteArrayWriterTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:[Request] Adding entity: [B@2eaef802 05-17-2023 11:03:13:FINISHED TEST : clientByteArrayWriterTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : clientSourceWriterTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 05-17-2023 11:03:13:[Request] Adding entity: javax.xml.transform.stream.StreamSource@62d9745f 05-17-2023 11:03:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-17-2023 11:03:13: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@62d9745f 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 104 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:FINISHED TEST : clientSourceWriterTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : clientInputStreamWriterTest() 05-17-2023 11:03:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:13: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@1d78615f 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:[Request] Adding entity: java.io.ByteArrayInputStream@1d78615f 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:FINISHED TEST : clientInputStreamWriterTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:13:STARTING TEST : clientMultivaluedMapWriterTest()05-17-2023 11:03:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### 05-17-2023 11:03:13:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@4a70c6d 05-17-2023 11:03:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:03:13: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@4a70c6d 05-17-2023 11:03:13: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Length: 111 05-17-2023 11:03:13: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:13: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:FINISHED TEST : clientMultivaluedMapWriterTest() 05-17-2023 11:03:13:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:13:STARTING TEST : clientByteArrayReaderTest() 05-17-2023 11:03:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:13:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:14:FINISHED TEST : clientByteArrayReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 76 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:application/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14:STARTING TEST : clientSourceReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 76 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: application/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:application/atom+xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 76 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:FINISHED TEST : clientSourceReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientInputStreamReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:FINISHED TEST : clientInputStreamReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 94 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientAnyReaderUsageTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:FINISHED TEST : clientAnyReaderUsageTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientMultivaluedMapReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:FINISHED TEST : clientMultivaluedMapReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientStringWriterTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:FINISHED TEST : clientStringWriterTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@506ef169 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientDataSourceWriterTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@506ef169 05-17-2023 11:03:14:FINISHED TEST : clientDataSourceWriterTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-17-2023 11:03:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@694f5142 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14:STARTING TEST : clientStreamingOutputWriterTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@694f5142 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:FINISHED TEST : clientStreamingOutputWriterTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - >> /tmp/tckjaxrs636236805742961441.tmp 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientFileWriterTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: /tmp/tckjaxrs636236805742961441.tmp 05-17-2023 11:03:14:FINISHED TEST : clientFileWriterTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - >> 1339633069677106930 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 58 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << 1339633069677106930 05-17-2023 11:03:14:STARTING TEST : clientAnyWriterUsageTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: 1339633069677106930 05-17-2023 11:03:14:FINISHED TEST : clientAnyWriterUsageTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:STARTING TEST : clientStringReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:FINISHED TEST : clientStringReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14:STARTING TEST : clientDataSourceReaderTest()05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:FINISHED TEST : clientDataSourceReaderTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14:STARTING TEST : clientFileReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 55 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-17-2023 11:03:14:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-17-2023 11:03:14: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@5bfc2226 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 129 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << <>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-17-2023 11:03:14:STARTING TEST : clientJaxbElementWriterTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Adding entity: jakarta.xml.bind.JAXBElement@5bfc2226 05-17-2023 11:03:14:FINISHED TEST : clientJaxbElementWriterTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 90 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-17-2023 11:03:14:STARTING TEST : clientJaxbElementReaderTest() 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:application/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 90 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: application/xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-17-2023 11:03:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-17-2023 11:03:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-17-2023 11:03:14:############################### 05-17-2023 11:03:14: TRACE: [WIRE] - >> Accept:application/atom+xml 05-17-2023 11:03:14: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Length: 90 05-17-2023 11:03:14: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-17-2023 11:03:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-17-2023 11:03:14:FINISHED TEST : clientJaxbElementReaderTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14:STARTING TEST : deepCopyConfigWebTargetLevelTest() 05-17-2023 11:03:14:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 05-17-2023 11:03:14:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:14:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:14:Testing method queryParam([Ljava.lang.String;@77fd9ea3) 05-17-2023 11:03:14:Testing 2 WebTargets 05-17-2023 11:03:14:Testing method queryParam(path[Ljava.lang.String;@ed4a256) 05-17-2023 11:03:14:Testing 4 WebTargets 05-17-2023 11:03:14:Testing method queryParam(xyz[Ljava.lang.String;@47e6f3d) 05-17-2023 11:03:14:Testing 8 WebTargets 05-17-2023 11:03:14:checked queryParam() method 05-17-2023 11:03:14:Testing method resolveTemplateFromEncoded() 05-17-2023 11:03:14:Testing 16 WebTargets 05-17-2023 11:03:14:Testing method resolveTemplateFromEncoded(pathxyz) 05-17-2023 11:03:14:Testing 32 WebTargets 05-17-2023 11:03:14:Testing method resolveTemplateFromEncoded(path/path/path) 05-17-2023 11:03:14:Testing 64 WebTargets 05-17-2023 11:03:14:checked resolveTemplateFromEncoded() method 05-17-2023 11:03:14:Testing method resolveTemplates({=path}) 05-17-2023 11:03:14:Testing 128 WebTargets 05-17-2023 11:03:14:Testing method resolveTemplates({path=xyz}) 05-17-2023 11:03:14:Testing 256 WebTargets 05-17-2023 11:03:14:checked resolveTemplates() method 05-17-2023 11:03:14:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-17-2023 11:03:14:Testing 512 WebTargets 05-17-2023 11:03:14:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-17-2023 11:03:14:Testing 1024 WebTargets WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:15:checked resolveTemplatesFromEncoded() method 05-17-2023 11:03:15:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 05-17-2023 11:03:15:Testing method matrixParam([Ljava.lang.String;@3a8ae499) 05-17-2023 11:03:15:Testing 2 WebTargets 05-17-2023 11:03:15:Testing method matrixParam(matrix[Ljava.lang.String;@642bf9cf) 05-17-2023 11:03:15:Testing 4 WebTargets 05-17-2023 11:03:15:checked matrixParam() method 05-17-2023 11:03:15:Testing method path() 05-17-2023 11:03:15:Testing 8 WebTargets 05-17-2023 11:03:15:Testing method path(/) 05-17-2023 11:03:15:Testing 16 WebTargets 05-17-2023 11:03:15:Testing method path(path) 05-17-2023 11:03:15:Testing 32 WebTargets 05-17-2023 11:03:15:Testing method path(path/path/path) 05-17-2023 11:03:15:Testing 64 WebTargets 05-17-2023 11:03:15:checked path() method 05-17-2023 11:03:15:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:STARTING TEST : mutableWithRespectToConfigTest() 05-17-2023 11:03:15:FINISHED TEST : mutableWithRespectToConfigTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:STARTING TEST : webTargetConfigNotImpactClientTest() 05-17-2023 11:03:15:FINISHED TEST : webTargetConfigNotImpactClientTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:STARTING TEST : deepCopyConfigClientLevelTest() 05-17-2023 11:03:15:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.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.317 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:Already registered 0 providers 05-17-2023 11:03:15:Already registered 0 properties 05-17-2023 11:03:15:STARTING TEST : defaultClientConfigurationPresetTest() 05-17-2023 11:03:15:FINISHED TEST : defaultClientConfigurationPresetTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15:Already registered 0 providers 05-17-2023 11:03:15:Already registered 0 properties 05-17-2023 11:03:15:STARTING TEST : clientConfiguredTest() 05-17-2023 11:03:15:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-17-2023 11:03:15:STARTING TEST : clientWriterTest() 05-17-2023 11:03:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:03:15:############################### 05-17-2023 11:03:15:[Request] Adding entity: StringBean. To get a value, use rather #get() method.05-17-2023 11:03:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:15: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-17-2023 11:03:15: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:15: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:15: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:15: TRACE: [WIRE] - << 100010101 05-17-2023 11:03:15:@Context injected as expected 05-17-2023 11:03:15:FINISHED TEST : clientWriterTest() 05-17-2023 11:03:15:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-17-2023 11:03:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:15: TRACE: [WIRE] - >> stringbean 05-17-2023 11:03:15: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:15: TRACE: [WIRE] - << Content-Length: 10 05-17-2023 11:03:15: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:15:STARTING TEST : clientReaderTest() 05-17-2023 11:03:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:03:15:############################### 05-17-2023 11:03:15:[Request] Adding entity: stringbean 05-17-2023 11:03:15: TRACE: [WIRE] - << stringbean 05-17-2023 11:03:15:Injectables are 100010101 05-17-2023 11:03:15:@Context injected as expected 05-17-2023 11:03:15:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 111111111 05-17-2023 11:03:16:STARTING TEST : methodArgumentsInjectionTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:@Context injected as expected 05-17-2023 11:03:16:FINISHED TEST : methodArgumentsInjectionTest() 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - >> 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 111111111 05-17-2023 11:03:16:STARTING TEST : serverWriterInjectionTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:[Request] Adding entity: 05-17-2023 11:03:16:@Context injected as expected 05-17-2023 11:03:16:FINISHED TEST : serverWriterInjectionTest() 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 111111111 05-17-2023 11:03:16:STARTING TEST : resourceInjectionTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:@Context injected as expected 05-17-2023 11:03:16:FINISHED TEST : resourceInjectionTest() 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - >> 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 111111111 05-17-2023 11:03:16:STARTING TEST : serverReaderInjectionTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:[Request] Adding entity: 05-17-2023 11:03:16:@Context injected as expected 05-17-2023 11:03:16:FINISHED TEST : serverReaderInjectionTest() 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 9 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 111111111 05-17-2023 11:03:16:STARTING TEST : applicationInjectionTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:@Context injected as expected 05-17-2023 11:03:16:FINISHED TEST : applicationInjectionTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - >> 0 05-17-2023 11:03:16:STARTING TEST : noBindingTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:[Request] Adding entity: 0 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 1 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 0 05-17-2023 11:03:16:Dynamic Bynding did not bind any filter or interceptor as expected 05-17-2023 11:03:16:FINISHED TEST : noBindingTest() 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - >> 0 05-17-2023 11:03:16: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 2 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: */* 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16: TRACE: [WIRE] - << 12 05-17-2023 11:03:16:STARTING TEST : dynamicBindingTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:[Request] Adding entity: 0 05-17-2023 11:03:16:Dynamic feature bound filter and interceptor as expected 05-17-2023 11:03:16:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:16:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-17-2023 11:03:16: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-17-2023 11:03:16: TRACE: [WIRE] - >> 0 05-17-2023 11:03:16: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-17-2023 11:03:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:16: TRACE: [WIRE] - << Connection: close 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Length: 1116 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:03:16: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:03:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:16:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-17-2023 11:03:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-17-2023 11:03:16:############################### 05-17-2023 11:03:16:[Request] Adding entity: 0 05-17-2023 11:03:16: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - 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.4

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


Eclipse GlassFish 7.0.4

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


Eclipse GlassFish 7.0.4

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


Eclipse GlassFish 7.0.4

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

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

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

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

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

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

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

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-17-2023 11:03:26:STARTING TEST : protectedVisibilityTest() 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : voidTest() 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : voidTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Length: 58 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26: TRACE: [WIRE] - << 6121223518891332649 05-17-2023 11:03:26:STARTING TEST : entityResponseTest() 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : entityResponseTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:text/html 05-17-2023 11:03:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Length: 1172 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Language: 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Type: text/html 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:STARTING TEST : notAcceptableTest() 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - 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.4

05-17-2023 11:03:26:FINISHED TEST : notAcceptableTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : nullGenericEntityTest() 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : nullGenericEntityTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : defaultStatusTest() 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Length: 7 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26: TRACE: [WIRE] - << I am OK 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : defaultStatusTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : nullEntityResponseTest() 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:FINISHED TEST : nullEntityResponseTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : genericEntityTest()05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Length: 36 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 05-17-2023 11:03:26:FINISHED TEST : genericEntityTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : nullEntityTest() 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : nullEntityTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26:STARTING TEST : nullResponseTest()05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:*/* 05-17-2023 11:03:26: TRACE: [WIRE] - << 204 NO_CONTENT 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : nullResponseTest() 05-17-2023 11:03:26:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 05-17-2023 11:03:26: TRACE: [WIRE] - >> Accept:text/xml 05-17-2023 11:03:26: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Length: 58 05-17-2023 11:03:26: TRACE: [WIRE] - << Content-Type: text/xml 05-17-2023 11:03:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-17-2023 11:03:26: TRACE: [WIRE] - << 6121223518891332649 05-17-2023 11:03:26:STARTING TEST : entityBodyTest() 05-17-2023 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 05-17-2023 11:03:26:############################### 05-17-2023 11:03:26:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:27:STARTING TEST : Test1() May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:27:FINISHED TEST : Test1() 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:27:STARTING TEST : Test2() May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:27:FINISHED TEST : Test2() 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:STARTING TEST : Test3() 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:27:FINISHED TEST : Test3() 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:STARTING TEST : Test4() 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:27:FINISHED TEST : Test4() 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:27:STARTING TEST : Test5() May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 05-17-2023 11:03:27:FINISHED TEST : Test5() 05-17-2023 11:03:27:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:27:STARTING TEST : Test6() 05-17-2023 11:03:27:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' May 17, 2023 11:03:27 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-17-2023 11:03:27:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : constructorMultivaluedMapArgTest() 05-17-2023 11:03:27:Form instance with MultivaluedMap argument sucessfully created 05-17-2023 11:03:27:FINISHED TEST : constructorMultivaluedMapArgTest() 05-17-2023 11:03:27:STARTING TEST : constructorStringArgsTest() 05-17-2023 11:03:27:Form instance with String arguments sucessfully created 05-17-2023 11:03:27:FINISHED TEST : constructorStringArgsTest() 05-17-2023 11:03:27:STARTING TEST : paramTest() 05-17-2023 11:03:27:Form instance created 05-17-2023 11:03:27:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : titleTest() 05-17-2023 11:03:27:#title set expected title 05-17-2023 11:03:27:FINISHED TEST : titleTest() 05-17-2023 11:03:27:STARTING TEST : uriStringThrowsIAETest() 05-17-2023 11:03:27:#uri(nonUriString) throws IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : uriStringThrowsIAETest() 05-17-2023 11:03:27:STARTING TEST : linkLinkTest() 05-17-2023 11:03:27:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 05-17-2023 11:03:27:FINISHED TEST : linkLinkTest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-17-2023 11:03:27:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 05-17-2023 11:03:27:#param throws IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 05-17-2023 11:03:27:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 05-17-2023 11:03:27:#param throws IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 05-17-2023 11:03:27:STARTING TEST : uriStringTest() 05-17-2023 11:03:27:#uri(String) affected link as expected 05-17-2023 11:03:27:FINISHED TEST : uriStringTest() 05-17-2023 11:03:27:STARTING TEST : baseUriStringTest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/a/b/c 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:FINISHED TEST : baseUriStringTest() 05-17-2023 11:03:27:STARTING TEST : uriUriTest() 05-17-2023 11:03:27:#uri(URI) affected link as expected 05-17-2023 11:03:27:FINISHED TEST : uriUriTest() 05-17-2023 11:03:27:STARTING TEST : uriBuilderTest() 05-17-2023 11:03:27:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-17-2023 11:03:27:FINISHED TEST : uriBuilderTest() 05-17-2023 11:03:27:STARTING TEST : relMoreNamesTest() 05-17-2023 11:03:27:#rel added expected relations 05-17-2023 11:03:27:FINISHED TEST : relMoreNamesTest() 05-17-2023 11:03:27:STARTING TEST : linkStringTest() 05-17-2023 11:03:27:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 05-17-2023 11:03:27:FINISHED TEST : linkStringTest() 05-17-2023 11:03:27:STARTING TEST : buildObjectsTest() 05-17-2023 11:03:27:#build() finished building a link and returned the instance 05-17-2023 11:03:27:FINISHED TEST : buildObjectsTest() 05-17-2023 11:03:27:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:#build() throw UriBuilderException as expected 05-17-2023 11:03:27:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:STARTING TEST : typeTest() 05-17-2023 11:03:27:#type set correct types 05-17-2023 11:03:27:FINISHED TEST : typeTest() 05-17-2023 11:03:27:STARTING TEST : baseUriURITest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/a/b/c 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:FINISHED TEST : baseUriURITest() 05-17-2023 11:03:27:STARTING TEST : baseUriStringThrowsIAETest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : baseUriStringThrowsIAETest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:UriBuilderException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected when a supplied value is null 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 05-17-2023 11:03:27:Found expected a/b/c 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:Found expected http://oracle.com:888/a/b/c 05-17-2023 11:03:27:When a prefix is not shared, the methods is equivalent to build() as expected 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 05-17-2023 11:03:27:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-17-2023 11:03:27:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-17-2023 11:03:27:STARTING TEST : linkStringThrowsIAETest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : linkStringThrowsIAETest() 05-17-2023 11:03:27:STARTING TEST : baseUriIsNotJustBaseURITest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/a/b/c 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:FINISHED TEST : baseUriIsNotJustBaseURITest() 05-17-2023 11:03:27:STARTING TEST : baseUriIsNotJustBaseStringTest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/a/b/c 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:FINISHED TEST : baseUriIsNotJustBaseStringTest() 05-17-2023 11:03:27:STARTING TEST : baseUriIsIgnoredURITest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/resource/something 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:The base uri http://ignored.com has been ignored as expected 05-17-2023 11:03:27:FINISHED TEST : baseUriIsIgnoredURITest() 05-17-2023 11:03:27:STARTING TEST : relTest() 05-17-2023 11:03:27:#rel added expected relations 05-17-2023 11:03:27:FINISHED TEST : relTest() 05-17-2023 11:03:27:STARTING TEST : buildNoArgTest() 05-17-2023 11:03:27:#build() finished building a link and returned the instance 05-17-2023 11:03:27:FINISHED TEST : buildNoArgTest() 05-17-2023 11:03:27:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:#build(someNonURIObjects) throw UriBuilderException as expected 05-17-2023 11:03:27:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-17-2023 11:03:27:STARTING TEST : baseUriIsIgnoredStringTest() 05-17-2023 11:03:27:Created URI http://oracle.com:888/resource/something 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:The base uri http://ignored.com has been ignored as expected 05-17-2023 11:03:27:FINISHED TEST : baseUriIsIgnoredStringTest() 05-17-2023 11:03:27:STARTING TEST : buildRelativizedTest() 05-17-2023 11:03:27:Found expected a/b/c 05-17-2023 11:03:27:Absolute http://oracle.com:888/ has not been found as expected in link 05-17-2023 11:03:27:FINISHED TEST : buildRelativizedTest() 05-17-2023 11:03:27:STARTING TEST : paramTest() 05-17-2023 11:03:27:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 05-17-2023 11:03:27:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 05-17-2023 11:03:27:#param set correct parameters 05-17-2023 11:03:27:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : valueOfTest() 05-17-2023 11:03:27:FINISHED TEST : valueOfTest() 05-17-2023 11:03:27:STARTING TEST : noStoreTest() 05-17-2023 11:03:27:FINISHED TEST : noStoreTest() 05-17-2023 11:03:27:STARTING TEST : valueOfTest1() 05-17-2023 11:03:27:FINISHED TEST : valueOfTest1() 05-17-2023 11:03:27:STARTING TEST : revalidateTest() 05-17-2023 11:03:27:FINISHED TEST : revalidateTest() 05-17-2023 11:03:27:STARTING TEST : maxAgeTest() 05-17-2023 11:03:27:FINISHED TEST : maxAgeTest() 05-17-2023 11:03:27:STARTING TEST : equalsTest() 05-17-2023 11:03:27:FINISHED TEST : equalsTest() 05-17-2023 11:03:27:STARTING TEST : getExtensionTest() 05-17-2023 11:03:27:FINISHED TEST : getExtensionTest() 05-17-2023 11:03:27:STARTING TEST : toStringTest() 05-17-2023 11:03:27:FINISHED TEST : toStringTest() 05-17-2023 11:03:27:STARTING TEST : noCacheTest() 05-17-2023 11:03:27:FINISHED TEST : noCacheTest() 05-17-2023 11:03:27:STARTING TEST : noTransformTest() 05-17-2023 11:03:27:FINISHED TEST : noTransformTest() 05-17-2023 11:03:27:STARTING TEST : sMaxAgeTest() 05-17-2023 11:03:27:FINISHED TEST : sMaxAgeTest() 05-17-2023 11:03:27:STARTING TEST : proxyRevalidateTest() 05-17-2023 11:03:27:FINISHED TEST : proxyRevalidateTest() 05-17-2023 11:03:27:STARTING TEST : emptyConstructorTest() 05-17-2023 11:03:27:FINISHED TEST : emptyConstructorTest() 05-17-2023 11:03:27:STARTING TEST : privateTest() 05-17-2023 11:03:27:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-17-2023 11:03:27:STARTING TEST : registerClassContractsTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:FINISHED TEST : registerClassContractsTest() 05-17-2023 11:03:27:STARTING TEST : registerFeatureInstanceReturningFalseTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 05-17-2023 11:03:27:STARTING TEST : registerFeatureClassReturningFalseTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:Found 1 features 05-17-2023 11:03:27:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:Thrown IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringTest() 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringTest() 05-17-2023 11:03:27:STARTING TEST : equalsTest2() 05-17-2023 11:03:27:FINISHED TEST : equalsTest2() 05-17-2023 11:03:27:STARTING TEST : equalsTest3() 05-17-2023 11:03:27:FINISHED TEST : equalsTest3() 05-17-2023 11:03:27:STARTING TEST : encodingsTest() 05-17-2023 11:03:27:FINISHED TEST : encodingsTest() 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringStringStringTest() 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringStringStringTest() 05-17-2023 11:03:27:STARTING TEST : languagesTest() 05-17-2023 11:03:27:FINISHED TEST : languagesTest() 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:Thrown IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : constructorTest1() 05-17-2023 11:03:27:FINISHED TEST : constructorTest1() 05-17-2023 11:03:27:STARTING TEST : constructorTest2() 05-17-2023 11:03:27:FINISHED TEST : constructorTest2() 05-17-2023 11:03:27:STARTING TEST : constructorTest3() 05-17-2023 11:03:27:FINISHED TEST : constructorTest3() 05-17-2023 11:03:27:STARTING TEST : equalTest1() 05-17-2023 11:03:27:FINISHED TEST : equalTest1() 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:Thrown IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : getLanguageStringTest() 05-17-2023 11:03:27:#getLanguageString returned exected language string 05-17-2023 11:03:27:FINISHED TEST : getLanguageStringTest() 05-17-2023 11:03:27:STARTING TEST : constructorMediaStringStringStringTest() 05-17-2023 11:03:27:FINISHED TEST : constructorMediaStringStringStringTest() 05-17-2023 11:03:27:STARTING TEST : mediaTypesTest() 05-17-2023 11:03:27:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : unmarshallTest() 05-17-2023 11:03:27:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 05-17-2023 11:03:27:FINISHED TEST : unmarshallTest() 05-17-2023 11:03:27:STARTING TEST : marshallTest() 05-17-2023 11:03:27:Marshalled Link contains expected 05-17-2023 11:03:27:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : getTitleTest() 05-17-2023 11:03:27:Found expected TITLETITLE 05-17-2023 11:03:27:FINISHED TEST : getTitleTest() 05-17-2023 11:03:27:STARTING TEST : fromUriStringTest() 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:Found expected resource 05-17-2023 11:03:27:Found expected get 05-17-2023 11:03:27:Link has been created from URI http://oracle.com:888/resource/GET 05-17-2023 11:03:27:FINISHED TEST : fromUriStringTest() 05-17-2023 11:03:27:STARTING TEST : constructorTest() 05-17-2023 11:03:27:new Link() call iss successfull 05-17-2023 11:03:27:FINISHED TEST : constructorTest() 05-17-2023 11:03:27:STARTING TEST : getUriBuilderTest() 05-17-2023 11:03:27:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-17-2023 11:03:27:FINISHED TEST : getUriBuilderTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 05-17-2023 11:03:27:Found expected http://oracle.com:888/resource/get 05-17-2023 11:03:27:Found expected http://oracle.com:888/resource/consumesappjson 05-17-2023 11:03:27:Opaque Link has been used in Client.invocation() sucessfully 05-17-2023 11:03:27:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-17-2023 11:03:27:IllegalArgumentException has been successfully thrown 05-17-2023 11:03:27:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-17-2023 11:03:27:STARTING TEST : fromUriBuilderTest() 05-17-2023 11:03:27:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-17-2023 11:03:27:FINISHED TEST : fromUriBuilderTest() 05-17-2023 11:03:27:STARTING TEST : fromLinkTest() 05-17-2023 11:03:27:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 05-17-2023 11:03:27:FINISHED TEST : fromLinkTest() 05-17-2023 11:03:27:STARTING TEST : fromPathTest() 05-17-2023 11:03:27:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 05-17-2023 11:03:27:FINISHED TEST : fromPathTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 05-17-2023 11:03:27:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 05-17-2023 11:03:27:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 05-17-2023 11:03:27:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : serializationFromResourceTest() 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 05-17-2023 11:03:27:serialization works for method consumesAppJson 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 05-17-2023 11:03:27:serialization works for method producesSvgXml 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 05-17-2023 11:03:27:serialization works for method producesXml 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 05-17-2023 11:03:27:serialization works for method consumesForm 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 05-17-2023 11:03:27:serialization works for method get 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 05-17-2023 11:03:27:serialization works for method trace 05-17-2023 11:03:27:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 05-17-2023 11:03:27:serialization works for method delete 05-17-2023 11:03:27:Serialization with #toString() of Resource method links is sucessfull 05-17-2023 11:03:27:FINISHED TEST : serializationFromResourceTest() 05-17-2023 11:03:27:STARTING TEST : fromPathThrowsIAETest() 05-17-2023 11:03:27:fromPath(null) throws IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : fromPathThrowsIAETest() 05-17-2023 11:03:27:STARTING TEST : getParamsFromBuilderTest() 05-17-2023 11:03:27:Found expected titletitle 05-17-2023 11:03:27:Found expected RELREL 05-17-2023 11:03:27:Found expected typetype 05-17-2023 11:03:27:Found expected newparamvalue 05-17-2023 11:03:27:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 05-17-2023 11:03:27:FINISHED TEST : getParamsFromBuilderTest() 05-17-2023 11:03:27:STARTING TEST : getTypeIsNullTest() 05-17-2023 11:03:27:#getType( returns null as expected 05-17-2023 11:03:27:FINISHED TEST : getTypeIsNullTest() 05-17-2023 11:03:27:STARTING TEST : fromUriTest() 05-17-2023 11:03:27:Found expected http://oracle.com:888/ 05-17-2023 11:03:27:Found expected resource 05-17-2023 11:03:27:Found expected get 05-17-2023 11:03:27:Link has been created from URI http://oracle.com:888/resource/GET 05-17-2023 11:03:27:FINISHED TEST : fromUriTest() 05-17-2023 11:03:27:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:Link#vaueOf() throws IllegalArgumentException as expected 05-17-2023 11:03:27:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : getTitleIsNullTest() 05-17-2023 11:03:27:#getTitle( returns null as expected 05-17-2023 11:03:27:FINISHED TEST : getTitleIsNullTest() 05-17-2023 11:03:27:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 05-17-2023 11:03:27:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:27:STARTING TEST : getParamsFromResourceTest() {title=Title} 05-17-2023 11:03:27:Found expected Title 05-17-2023 11:03:27:{title=Title} found as expected 05-17-2023 11:03:27:FINISHED TEST : getParamsFromResourceTest() 05-17-2023 11:03:27:STARTING TEST : getUriTest() 05-17-2023 11:03:27:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-17-2023 11:03:27:FINISHED TEST : getUriTest() 05-17-2023 11:03:27:STARTING TEST : fromMethodTest() 05-17-2023 11:03:27:Found expected 05-17-2023 11:03:27:Link has been created 05-17-2023 11:03:27:FINISHED TEST : fromMethodTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-17-2023 11:03:27:IllegalArgumentException has been successfully thrown 05-17-2023 11:03:27:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-17-2023 11:03:27:STARTING TEST : getTypeTest() 05-17-2023 11:03:27:Found expected TYPETYPE 05-17-2023 11:03:27:FINISHED TEST : getTypeTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceTest() 05-17-2023 11:03:27:Found expected 05-17-2023 11:03:27:type is not in as expected 05-17-2023 11:03:27:Link has been created 05-17-2023 11:03:27:FINISHED TEST : fromResourceTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceWithMediaTypeTest() 05-17-2023 11:03:27:Found expected 05-17-2023 11:03:27:type="text/html" is not in as expected 05-17-2023 11:03:27:Link has been created 05-17-2023 11:03:27:FINISHED TEST : fromResourceWithMediaTypeTest() 05-17-2023 11:03:27:STARTING TEST : getRelsTest() 05-17-2023 11:03:27:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 05-17-2023 11:03:27:FINISHED TEST : getRelsTest() 05-17-2023 11:03:27:STARTING TEST : fromPathWithUriTemplateParamsTest() 05-17-2023 11:03:27:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 05-17-2023 11:03:27:FINISHED TEST : fromPathWithUriTemplateParamsTest() 05-17-2023 11:03:27:STARTING TEST : getRelsIsEmptyTest() 05-17-2023 11:03:27:#getRel() return empty list as expected 05-17-2023 11:03:27:FINISHED TEST : getRelsIsEmptyTest() 05-17-2023 11:03:27:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-17-2023 11:03:27:IllegalArgumentException has been successfully thrown 05-17-2023 11:03:27:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-17-2023 11:03:27:STARTING TEST : getRelIsEmptyListTest() 05-17-2023 11:03:27:#getRel() returns expected null 05-17-2023 11:03:27:FINISHED TEST : getRelIsEmptyListTest() 05-17-2023 11:03:27:STARTING TEST : getRelTest() 05-17-2023 11:03:27:#getRel() return expected rel 05-17-2023 11:03:27:FINISHED TEST : getRelTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : isRegisteredProviderRegisteredClassTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found registered CallableProvider1 as expected on Client configuration 05-17-2023 11:03:27:Found registered CallableProvider2 as expected on WebTarget configuration 05-17-2023 11:03:27:Found registered CallableProvider1 as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 05-17-2023 11:03:27:STARTING TEST : getRuntimeTypeTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getRuntimeType() is CLIENT as expected on Client configuration 05-17-2023 11:03:27:#getRuntimeType() is CLIENT as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : getRuntimeTypeTest() 05-17-2023 11:03:27:STARTING TEST : getContractsTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 05-17-2023 11:03:27:Found expected priority 124 05-17-2023 11:03:27:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 05-17-2023 11:03:27:Found expected priority 124 05-17-2023 11:03:27:FINISHED TEST : getContractsTest() 05-17-2023 11:03:27:STARTING TEST : getContractsIsNeverNullTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getContracts() is not null as expected on Client configuration 05-17-2023 11:03:27:#getContracts() is not null as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : getContractsIsNeverNullTest() 05-17-2023 11:03:27:STARTING TEST : getClassesIsNeverNullTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getClasses() is not null as expected on Client configuration 05-17-2023 11:03:27:#getClasses() is not null as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : getClassesIsNeverNullTest() 05-17-2023 11:03:27:STARTING TEST : getClassesTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 providers 05-17-2023 11:03:27:Found 2 providers 05-17-2023 11:03:27:FINISHED TEST : getClassesTest() 05-17-2023 11:03:27:STARTING TEST : getInstancesIsImmutableTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 0 providers 05-17-2023 11:03:27:Found 0 providers 05-17-2023 11:03:27:FINISHED TEST : getInstancesIsImmutableTest() 05-17-2023 11:03:27:STARTING TEST : getPropertiesIsImmutableTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 properties 05-17-2023 11:03:27:Found 2 properties 05-17-2023 11:03:27:FINISHED TEST : getPropertiesIsImmutableTest() 05-17-2023 11:03:27:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 properties 05-17-2023 11:03:27:Found 2 properties 05-17-2023 11:03:27:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:03:27:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getProperty('nonexisting') is null as expected 05-17-2023 11:03:27:#getProperty('nonexisting') is null as expected 05-17-2023 11:03:27:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:03:27:STARTING TEST : getPropertyTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found property0 05-17-2023 11:03:27:Found property1 05-17-2023 11:03:27:FINISHED TEST : getPropertyTest() 05-17-2023 11:03:27:STARTING TEST : getInstancesIsNeverNullTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:#getInstances() is not null as expected on Client configuration 05-17-2023 11:03:27:#getInstances() is not null as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : getInstancesIsNeverNullTest() 05-17-2023 11:03:27:STARTING TEST : getPropertiesTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 properties 05-17-2023 11:03:27:Found 2 properties 05-17-2023 11:03:27:FINISHED TEST : getPropertiesTest() 05-17-2023 11:03:27:STARTING TEST : getClassesIsImmutableTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 0 providers 05-17-2023 11:03:27:Found 0 providers 05-17-2023 11:03:27:Found 0 providers 05-17-2023 11:03:27:FINISHED TEST : getClassesIsImmutableTest() 05-17-2023 11:03:27:STARTING TEST : getInstancesTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 providers 05-17-2023 11:03:27:Found 2 providers 05-17-2023 11:03:27:FINISHED TEST : getInstancesTest() 05-17-2023 11:03:27:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found registered CallableProvider1 as expected on Client configuration 05-17-2023 11:03:27:Found registered CallableProvider2 as expected on WebTarget configuration 05-17-2023 11:03:27:Found registered CallableProvider1 as expected on WebTarget configuration 05-17-2023 11:03:27:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 05-17-2023 11:03:27:STARTING TEST : getPropertyNamesIsImmutableTest() 05-17-2023 11:03:27:Already registered 0 classes 05-17-2023 11:03:27:Already registered 0 instances 05-17-2023 11:03:27:Already registered 0 properties 05-17-2023 11:03:27:Found 1 properties 05-17-2023 11:03:27:Found 2 properties 05-17-2023 11:03:27:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : uriConstructorTest() 05-17-2023 11:03:27:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-17-2023 11:03:27:Link.JaxbLink.getParams() is empty as expected 05-17-2023 11:03:27:FINISHED TEST : uriConstructorTest() 05-17-2023 11:03:27:STARTING TEST : defaultConstructorTest() 05-17-2023 11:03:27:Link.JaxbLink.getUri() is empty as expected 05-17-2023 11:03:27:Link.JaxbLink.getParams() is empty as expected 05-17-2023 11:03:27:FINISHED TEST : defaultConstructorTest() 05-17-2023 11:03:27:STARTING TEST : uriParamsConstructorTest() 05-17-2023 11:03:27:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-17-2023 11:03:27:Link.JaxbLink.getParams() contains qName as expected 05-17-2023 11:03:27:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : valueOfTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : valueOfTest() 05-17-2023 11:03:27:STARTING TEST : valueOfTest1() 05-17-2023 11:03:27:FINISHED TEST : valueOfTest1() 05-17-2023 11:03:27:STARTING TEST : constructorTest1() 05-17-2023 11:03:27:FINISHED TEST : constructorTest1() 05-17-2023 11:03:27:STARTING TEST : constructorTest2() 05-17-2023 11:03:27:FINISHED TEST : constructorTest2() 05-17-2023 11:03:27:STARTING TEST : equalsTest() 05-17-2023 11:03:27:FINISHED TEST : equalsTest() 05-17-2023 11:03:27:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 05-17-2023 11:03:27:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 05-17-2023 11:03:27:Method did return immediatelly for empty array 05-17-2023 11:03:27:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 05-17-2023 11:03:27:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-17-2023 11:03:27:Method did return immediatelly for empty array 05-17-2023 11:03:27:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenEmptyTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenEmptyTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenSingleItemTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenSingleItemTest() 05-17-2023 11:03:27:STARTING TEST : addAllValuesThrowNPETest() 05-17-2023 11:03:27:NullPointerException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : addAllValuesThrowNPETest() 05-17-2023 11:03:27:STARTING TEST : addAllValuesNullKeyTest() 05-17-2023 11:03:27:All values have been added for null key 05-17-2023 11:03:27:FINISHED TEST : addAllValuesNullKeyTest() 05-17-2023 11:03:27:STARTING TEST : addAllListThrowNPETest() 05-17-2023 11:03:27:NullPointerException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : addAllListThrowNPETest() 05-17-2023 11:03:27:STARTING TEST : addFirstTest() 05-17-2023 11:03:27:#addFirst added new item to a first position 05-17-2023 11:03:27:FINISHED TEST : addFirstTest() 05-17-2023 11:03:27:STARTING TEST : putSingleTest() 05-17-2023 11:03:27:FINISHED TEST : putSingleTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenMoreItemsTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenMoreItemsTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenFirstErasedTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenFirstErasedTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenListClearedTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenListClearedTest() 05-17-2023 11:03:27:STARTING TEST : equalsIgnoreValueOrderTest() 05-17-2023 11:03:27:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 05-17-2023 11:03:27:FINISHED TEST : equalsIgnoreValueOrderTest() 05-17-2023 11:03:27:STARTING TEST : addAllListNullKeyTest() 05-17-2023 11:03:27:All values have been added for null key 05-17-2023 11:03:27:FINISHED TEST : addAllListNullKeyTest() 05-17-2023 11:03:27:STARTING TEST : addAllValuesTest() 05-17-2023 11:03:27:All values have been added for key key0 05-17-2023 11:03:27:FINISHED TEST : addAllValuesTest() 05-17-2023 11:03:27:STARTING TEST : getFirstWhenKeyIsNullTest() 05-17-2023 11:03:27:FINISHED TEST : getFirstWhenKeyIsNullTest() 05-17-2023 11:03:27:STARTING TEST : addAllListTest() 05-17-2023 11:03:27:All values have been added for key key0 05-17-2023 11:03:27:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : constructorWithTypeTest() 05-17-2023 11:03:27:Succesfully created GenericType>(Type) instance 05-17-2023 11:03:27:FINISHED TEST : constructorWithTypeTest() 05-17-2023 11:03:27:STARTING TEST : constructorProtectedTest() 05-17-2023 11:03:27:Succesfully created GenericType>(){} instance 05-17-2023 11:03:27:FINISHED TEST : constructorProtectedTest() 05-17-2023 11:03:27:STARTING TEST : equalsTest() 05-17-2023 11:03:27:The tested GenericType> instances are equal 05-17-2023 11:03:27:FINISHED TEST : equalsTest() 05-17-2023 11:03:27:STARTING TEST : toStringTest() 05-17-2023 11:03:27:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 05-17-2023 11:03:27:FINISHED TEST : toStringTest() 05-17-2023 11:03:27:STARTING TEST : hashCodeTest() 05-17-2023 11:03:27:Both GenericType instances have the same hashCode() 05-17-2023 11:03:27:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : languageTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found 05-17-2023 11:03:27:FINISHED TEST : languageTest() 05-17-2023 11:03:27:STARTING TEST : getLocationNotPresentTest() 05-17-2023 11:03:27:#getLocation returns null as expected 05-17-2023 11:03:27:FINISHED TEST : getLocationNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:27:HeaderDelegate is used for header s3 05-17-2023 11:03:27:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:27:STARTING TEST : getLinksIsNotNullTest() 05-17-2023 11:03:27:#getLinks contains no links as expected 05-17-2023 11:03:27:FINISHED TEST : getLinksIsNotNullTest() 05-17-2023 11:03:27:STARTING TEST : cacheControlTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-17-2023 11:03:27:FINISHED TEST : cacheControlTest() 05-17-2023 11:03:27:STARTING TEST : acceptedStringTest() 05-17-2023 11:03:27:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-17-2023 11:03:27:FINISHED TEST : acceptedStringTest() 05-17-2023 11:03:27:STARTING TEST : seeOtherTest() 05-17-2023 11:03:27:Correct status found in Response: 303 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-17-2023 11:03:27:FINISHED TEST : seeOtherTest() 05-17-2023 11:03:27:STARTING TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:03:27:#getLinkBuilder creates correct Link for given relation 05-17-2023 11:03:27:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:03:27:STARTING TEST : getEntityTagNotPresentTest() 05-17-2023 11:03:27:#getEntityTag() is null as expected 05-17-2023 11:03:27:FINISHED TEST : getEntityTagNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getLinksTest() 05-17-2023 11:03:27:#getLinks contains expected links 05-17-2023 11:03:27:FINISHED TEST : getLinksTest() 05-17-2023 11:03:27:STARTING TEST : variantTest() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : variantTest() 05-17-2023 11:03:27:STARTING TEST : cookieTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Expecting Set-Cookiename_1=value_1;version=1 Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path= Processing name_1=value_1;Version=1 Expected Set-Cookie: name_1=value_1;Version=1 is found in Response. Processing name_2=value_2;Version=1;Domain=;Path=/acme Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response. Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path= Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response. 05-17-2023 11:03:27:FINISHED TEST : cookieTest() 05-17-2023 11:03:27:STARTING TEST : lastModifiedTest() 05-17-2023 11:03:27:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Last-Modified Verifying the following keys in Response: Key Last-Modified is found in response 05-17-2023 11:03:27:FINISHED TEST : lastModifiedTest() 05-17-2023 11:03:27:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:27:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1fce5baa,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5343844e,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@bd09fa5 05-17-2023 11:03:27:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:27:STARTING TEST : getLanguageNotPresentTest() 05-17-2023 11:03:27:#getLanguage() is null as expected 05-17-2023 11:03:27:FINISHED TEST : getLanguageNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : entityTest() 05-17-2023 11:03:27:Correct content found in Response: Test Only Correct status found in Response: 200 05-17-2023 11:03:27:FINISHED TEST : entityTest() 05-17-2023 11:03:27:STARTING TEST : okTest1() 05-17-2023 11:03:27:Correct status found in Response: 200 05-17-2023 11:03:27:FINISHED TEST : okTest1() 05-17-2023 11:03:27:STARTING TEST : okTest2() 05-17-2023 11:03:27:Correct content found in Response: Test only Correct status found in Response: 200 05-17-2023 11:03:27:FINISHED TEST : okTest2() 05-17-2023 11:03:27:STARTING TEST : okTest3() 05-17-2023 11:03:27:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:27:FINISHED TEST : okTest3() 05-17-2023 11:03:27:STARTING TEST : okTest4() 05-17-2023 11:03:27:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:27:FINISHED TEST : okTest4() 05-17-2023 11:03:27:STARTING TEST : okTest5() 05-17-2023 11:03:27:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found 05-17-2023 11:03:27:FINISHED TEST : okTest5() 05-17-2023 11:03:27:STARTING TEST : temporaryRedirectTest() 05-17-2023 11:03:27:Correct status found in Response: 307 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-17-2023 11:03:27:FINISHED TEST : temporaryRedirectTest() 05-17-2023 11:03:27:STARTING TEST : getMediaTypeTest() 05-17-2023 11:03:27:#getMediaType returned expected MediaType 05-17-2023 11:03:27:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:03:27:STARTING TEST : fromResponseTest() 05-17-2023 11:03:27:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found 05-17-2023 11:03:27:FINISHED TEST : fromResponseTest() 05-17-2023 11:03:27:STARTING TEST : getLinkTest() 05-17-2023 11:03:27:#getLink matches expected Link 05-17-2023 11:03:27:FINISHED TEST : getLinkTest() 05-17-2023 11:03:27:STARTING TEST : statusTest1() 05-17-2023 11:03:27:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:27:FINISHED TEST : statusTest1() 05-17-2023 11:03:27:STARTING TEST : statusTest2() 05-17-2023 11:03:27:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:27:FINISHED TEST : statusTest2() 05-17-2023 11:03:27:STARTING TEST : statusTest3() 05-17-2023 11:03:27:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:27:FINISHED TEST : statusTest3() 05-17-2023 11:03:27:STARTING TEST : statusTest4() 05-17-2023 11:03:27:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:27:FINISHED TEST : statusTest4() 05-17-2023 11:03:27:STARTING TEST : statusTest5() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : statusTest5() 05-17-2023 11:03:27:STARTING TEST : statusTest7() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : statusTest7() 05-17-2023 11:03:27:STARTING TEST : tagTest1() 05-17-2023 11:03:27:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:27:FINISHED TEST : tagTest1() 05-17-2023 11:03:27:STARTING TEST : tagTest2() 05-17-2023 11:03:27:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:27:FINISHED TEST : tagTest2() 05-17-2023 11:03:27:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:IllegalStateException has been thrown as expected 05-17-2023 11:03:27:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:03:27:getHeaders is mutable 05-17-2023 11:03:27:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:03:27:STARTING TEST : typeTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:27:FINISHED TEST : typeTest() 05-17-2023 11:03:27:STARTING TEST : cloneTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. Correct content found in Response: TestOnly Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found 05-17-2023 11:03:27:FINISHED TEST : cloneTest() 05-17-2023 11:03:27:STARTING TEST : acceptedGenericEntityTest() 05-17-2023 11:03:27:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-17-2023 11:03:27:FINISHED TEST : acceptedGenericEntityTest() 05-17-2023 11:03:27:STARTING TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:27:#hasLink has not found any Link as expected 05-17-2023 11:03:27:FINISHED TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:27:STARTING TEST : createdTest() 05-17-2023 11:03:27:Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-17-2023 11:03:27:FINISHED TEST : createdTest() 05-17-2023 11:03:27:STARTING TEST : getLanguageTest() 05-17-2023 11:03:27:#getLocale matches the Content-Language HTTP header 05-17-2023 11:03:27:FINISHED TEST : getLanguageTest() 05-17-2023 11:03:27:STARTING TEST : notAcceptableTest() 05-17-2023 11:03:27:Correct status found in Response: 406 05-17-2023 11:03:27:FINISHED TEST : notAcceptableTest() 05-17-2023 11:03:27:STARTING TEST : getDateTest() 05-17-2023 11:03:27:#getDate matches the Date HTTP header 05-17-2023 11:03:27:FINISHED TEST : getDateTest() 05-17-2023 11:03:27:STARTING TEST : languageTest1() 05-17-2023 11:03:27:Correct status found in Response: 200 Content Language en-us was found Correct status found in Response: 200 Content Language en-gb was found Correct status found in Response: 200 Content Language zh-cn was found 05-17-2023 11:03:27:FINISHED TEST : languageTest1() 05-17-2023 11:03:27:STARTING TEST : notModifiedTest1() 05-17-2023 11:03:27:Correct status found in Response: 304 05-17-2023 11:03:27:FINISHED TEST : notModifiedTest1() 05-17-2023 11:03:27:STARTING TEST : notModifiedTest2() 05-17-2023 11:03:27:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:27:FINISHED TEST : notModifiedTest2() 05-17-2023 11:03:27:STARTING TEST : notModifiedTest3() 05-17-2023 11:03:27:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:27:FINISHED TEST : notModifiedTest3() 05-17-2023 11:03:27:STARTING TEST : getDateNotPresentTest() 05-17-2023 11:03:27:#getDate is null as expected 05-17-2023 11:03:27:FINISHED TEST : getDateNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getHeaderStringTest() 05-17-2023 11:03:27:Found following objects: 05-17-2023 11:03:27:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed May 17 11:03:27 UTC 2023 Content-Language:fr_CA 05-17-2023 11:03:27:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:03:27:STARTING TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:03:27:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@51852efa,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@997a7bb,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@16f219ff 05-17-2023 11:03:27:FINISHED TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:03:27:STARTING TEST : getAllowedMethodsTest() 05-17-2023 11:03:27:#getAllowedMethods returned expected methods TRACE;POST 05-17-2023 11:03:27:FINISHED TEST : getAllowedMethodsTest() 05-17-2023 11:03:27:STARTING TEST : locationTest() 05-17-2023 11:03:27:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-17-2023 11:03:27:FINISHED TEST : locationTest() 05-17-2023 11:03:27:STARTING TEST : getLengthNotPresentTest() 05-17-2023 11:03:27:#getLength matches expected Content-Length -1 05-17-2023 11:03:27:FINISHED TEST : getLengthNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-17-2023 11:03:27:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:STARTING TEST : statusFamilyValueOfTest() 05-17-2023 11:03:27:FINISHED TEST : statusFamilyValueOfTest() 05-17-2023 11:03:27:STARTING TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:27:#getCookies is read-only as expected 05-17-2023 11:03:27:FINISHED TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:27:STARTING TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:03:27:toString method is used as expected 05-17-2023 11:03:27:FINISHED TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:03:27:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:#bufferEntity throws IllegalStateException as expected 05-17-2023 11:03:27:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:27:STARTING TEST : acceptedNoArgTest() 05-17-2023 11:03:27:Correct status found in Response: 202 05-17-2023 11:03:27:FINISHED TEST : acceptedNoArgTest() 05-17-2023 11:03:27:STARTING TEST : getFamilyTest() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : getFamilyTest() 05-17-2023 11:03:27:STARTING TEST : typeTest1() 05-17-2023 11:03:27:Correct status found in Response: 200 Content Type text/html was found 05-17-2023 11:03:27:FINISHED TEST : typeTest1() 05-17-2023 11:03:27:STARTING TEST : getEntityTagTest() 05-17-2023 11:03:27:#getEntityTag is "getEntityTag" as expected 05-17-2023 11:03:27:FINISHED TEST : getEntityTagTest() 05-17-2023 11:03:27:STARTING TEST : noContentTest() 05-17-2023 11:03:27:Correct status found in Response: 204 05-17-2023 11:03:27:FINISHED TEST : noContentTest() 05-17-2023 11:03:27:STARTING TEST : getHeadersTest() 05-17-2023 11:03:27:Found following objects: 05-17-2023 11:03:27:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed May 17 11:03:27 UTC 2023 Content-Language:fr_CA 05-17-2023 11:03:27:FINISHED TEST : getHeadersTest() 05-17-2023 11:03:27:STARTING TEST : toStringTest() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : toStringTest() 05-17-2023 11:03:27:STARTING TEST : getLastModifiedNotPresentTest() 05-17-2023 11:03:27:#getLastModified() is null as expected 05-17-2023 11:03:27:FINISHED TEST : getLastModifiedNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getStatusInfoTest() 05-17-2023 11:03:27:#getStatusInfo returned expected StatusTypes 05-17-2023 11:03:27:FINISHED TEST : getStatusInfoTest() 05-17-2023 11:03:27:STARTING TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:27:#hasEntity found the entity as expected 05-17-2023 11:03:27:FINISHED TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:27:STARTING TEST : getLengthTest() 05-17-2023 11:03:27:#getLength matches expected Content-Length 10 05-17-2023 11:03:27:FINISHED TEST : getLengthTest() 05-17-2023 11:03:27:STARTING TEST : contentLocationTest() 05-17-2023 11:03:27:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value file:///~/calendar 05-17-2023 11:03:27:FINISHED TEST : contentLocationTest() 05-17-2023 11:03:27:STARTING TEST : getReasonPhraseTest() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : getReasonPhraseTest() 05-17-2023 11:03:27:STARTING TEST : getLastModifiedTest() 05-17-2023 11:03:27:#getLastModified matches the Last-Modified HTTP header 05-17-2023 11:03:27:FINISHED TEST : getLastModifiedTest() 05-17-2023 11:03:27:STARTING TEST : serverErrorTest() 05-17-2023 11:03:27:Correct status found in Response: 500 05-17-2023 11:03:27:FINISHED TEST : serverErrorTest() 05-17-2023 11:03:27:STARTING TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:27:#hasEntity found the Link as expected 05-17-2023 11:03:27:FINISHED TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:27:STARTING TEST : statusValueOfTest() 05-17-2023 11:03:27: 05-17-2023 11:03:27:FINISHED TEST : statusValueOfTest() 05-17-2023 11:03:27:STARTING TEST : getLocationTest() 05-17-2023 11:03:27:#getLocation contains expected location 05-17-2023 11:03:27:FINISHED TEST : getLocationTest() 05-17-2023 11:03:27:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-17-2023 11:03:27:#bufferEntity did ignore no backing stream as expected 05-17-2023 11:03:27:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-17-2023 11:03:27:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:03:27:#getLinkBuilder returned null as expected 05-17-2023 11:03:27:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:03:27:STARTING TEST : getLinkNotPresentTest() 05-17-2023 11:03:27:#getLink return null as expected 05-17-2023 11:03:27:FINISHED TEST : getLinkNotPresentTest() 05-17-2023 11:03:27:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-17-2023 11:03:27:#getMediaType returned null as expected 05-17-2023 11:03:27:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-17-2023 11:03:27:STARTING TEST : variantsTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 05-17-2023 11:03:27:FINISHED TEST : variantsTest() 05-17-2023 11:03:27:STARTING TEST : getCookiesTest() 05-17-2023 11:03:27:Expecting Set-Cookiec1=v1;version=1 Expecting Set-Cookiec2=v2;version=1 Processing c1=v1;Version=1 Expected Set-Cookie: c1=v1;Version=1 is found in Response. Processing c2=v2;Version=1 Expected Set-Cookie: c2=v2;Version=1 is found in Response. 05-17-2023 11:03:27:#getCookies returned expected cookies 05-17-2023 11:03:27:FINISHED TEST : getCookiesTest() 05-17-2023 11:03:27:STARTING TEST : statusFamilyValuesTest() 05-17-2023 11:03:27:FINISHED TEST : statusFamilyValuesTest() 05-17-2023 11:03:27:STARTING TEST : headerTest() 05-17-2023 11:03:27:Correct status found in Response: 200 Encoding gzip was found Encoding compress was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. 05-17-2023 11:03:27:FINISHED TEST : headerTest() 05-17-2023 11:03:27:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:03:27:#hasEntity has not found any entity as expected 05-17-2023 11:03:27:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 05-17-2023 11:03:27:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-17-2023 11:03:27:Got expected template {v}/{w}/{x}/{y}/{w} 05-17-2023 11:03:27:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-17-2023 11:03:27:STARTING TEST : toTemplateTest() 05-17-2023 11:03:27:Got expected template {v}/{w}/{x}/{y}/{w} 05-17-2023 11:03:27:FINISHED TEST : toTemplateTest() 05-17-2023 11:03:27:STARTING TEST : replacePathTest1() 05-17-2023 11:03:27:FINISHED TEST : replacePathTest1() 05-17-2023 11:03:27:STARTING TEST : replacePathTest2() 05-17-2023 11:03:27:FINISHED TEST : replacePathTest2() 05-17-2023 11:03:27:STARTING TEST : replacePathTest3() 05-17-2023 11:03:27:FINISHED TEST : replacePathTest3() 05-17-2023 11:03:27:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-17-2023 11:03:27:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:27:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-17-2023 11:03:27:STARTING TEST : uriStringTest() 05-17-2023 11:03:28:FINISHED TEST : uriStringTest() 05-17-2023 11:03:28:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-17-2023 11:03:28:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException: The annotated element "public jakarta.ws.rs.core.Response ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.TestPath.getPlain()" is not annotated with @Path. 05-17-2023 11:03:28:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-17-2023 11:03:28:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 05-17-2023 11:03:28:#IllegalArgumentException has been thrown as expected for #uri(noURI) 05-17-2023 11:03:28:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-17-2023 11:03:28:STARTING TEST : fromLinkTest() 05-17-2023 11:03:28:URI fromLink is equal to the expected URI 05-17-2023 11:03:28:FINISHED TEST : fromLinkTest() 05-17-2023 11:03:28:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-17-2023 11:03:28:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-17-2023 11:03:28:STARTING TEST : uriTest1() 05-17-2023 11:03:28:FINISHED TEST : uriTest1() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-17-2023 11:03:28:STARTING TEST : replaceQueryParamTest1() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryParamTest1() 05-17-2023 11:03:28:STARTING TEST : replaceQueryParamTest2() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryParamTest2() 05-17-2023 11:03:28:STARTING TEST : replaceQueryParamTest3() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryParamTest3() 05-17-2023 11:03:28:STARTING TEST : schemeTest1() 05-17-2023 11:03:28:FINISHED TEST : schemeTest1() 05-17-2023 11:03:28:STARTING TEST : schemeTest2() 05-17-2023 11:03:28:FINISHED TEST : schemeTest2() 05-17-2023 11:03:28:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 05-17-2023 11:03:28:STARTING TEST : buildFromMapTest1() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapTest1() 05-17-2023 11:03:28:STARTING TEST : buildFromMapTest2() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapTest2() 05-17-2023 11:03:28:STARTING TEST : buildFromMapTest3() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapTest3() 05-17-2023 11:03:28:STARTING TEST : buildFromMapTest4() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapTest4() 05-17-2023 11:03:28:STARTING TEST : buildFromMapTest5() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapTest5() 05-17-2023 11:03:28:STARTING TEST : fragmentTest1() 05-17-2023 11:03:28:FINISHED TEST : fragmentTest1() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : hostTest1() 05-17-2023 11:03:28:FINISHED TEST : hostTest1() 05-17-2023 11:03:28:STARTING TEST : hostTest2() 05-17-2023 11:03:28:FINISHED TEST : hostTest2() 05-17-2023 11:03:28:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-17-2023 11:03:28:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 05-17-2023 11:03:28:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-17-2023 11:03:28:STARTING TEST : userInfoTest() foo:foo foo:foo 05-17-2023 11:03:28:FINISHED TEST : userInfoTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-17-2023 11:03:28:Got expected template {v}/{w}/{x}/{y}/{w} 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-17-2023 11:03:28:STARTING TEST : buildTest1() 05-17-2023 11:03:28:FINISHED TEST : buildTest1() 05-17-2023 11:03:28:STARTING TEST : buildTest2() 05-17-2023 11:03:28:FINISHED TEST : buildTest2() 05-17-2023 11:03:28:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-17-2023 11:03:28:STARTING TEST : pathTest0() 05-17-2023 11:03:28:FINISHED TEST : pathTest0() 05-17-2023 11:03:28:STARTING TEST : pathTest1() 05-17-2023 11:03:28:FINISHED TEST : pathTest1() 05-17-2023 11:03:28:STARTING TEST : pathTest2() 05-17-2023 11:03:28:FINISHED TEST : pathTest2() 05-17-2023 11:03:28:STARTING TEST : pathTest3() 05-17-2023 11:03:28:FINISHED TEST : pathTest3() 05-17-2023 11:03:28:STARTING TEST : pathTest4() 05-17-2023 11:03:28:FINISHED TEST : pathTest4() 05-17-2023 11:03:28:STARTING TEST : pathTest5() 05-17-2023 11:03:28:FINISHED TEST : pathTest5() 05-17-2023 11:03:28:STARTING TEST : pathTest6() 05-17-2023 11:03:28:FINISHED TEST : pathTest6() 05-17-2023 11:03:28:STARTING TEST : pathTest7() 05-17-2023 11:03:28:FINISHED TEST : pathTest7() 05-17-2023 11:03:28:STARTING TEST : pathTest8() 05-17-2023 11:03:28:FINISHED TEST : pathTest8() 05-17-2023 11:03:28:STARTING TEST : pathTest9() 05-17-2023 11:03:28:FINISHED TEST : pathTest9() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:STARTING TEST : templateTest1() 05-17-2023 11:03:28:FINISHED TEST : templateTest1() 05-17-2023 11:03:28:STARTING TEST : templateTest2() 05-17-2023 11:03:28:FINISHED TEST : templateTest2() 05-17-2023 11:03:28:STARTING TEST : uriTest() 05-17-2023 11:03:28:Replace uri with http://ftp.is.co.za/rfc/rfc1808.txt Got expected return: http://ftp.is.co.za/rfc/rfc1808.txt Replace uri with //ftp.is.co.za/test/rfc1808.txt Got expected return: ftp://ftp.is.co.za/test/rfc1808.txt Replace uri with mailto:java-net@java.sun.com Got expected return: mailto:java-net@java.sun.com Replace uri with testuser@sun.com Got expected return: mailto:testuser@sun.com Replace uri with http://comp.lang.java Got expected return: http://comp.lang.java Replace uri with news.lang.java Got expected return: news:news.lang.java Replace uri with urn:isbn:096139210x Got expected return: urn:isbn:096139210x Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with ldap://[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with //[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with tel:+1-816-555-1212 Got expected return: tel:+1-816-555-1212 Replace uri with +1-866-555-1212 Got expected return: tel:+1-866-555-1212 Replace uri with telnet://192.0.2.16:80/ Got expected return: telnet://192.0.2.16:80/ Replace uri with //192.0.2.16:81/ Got expected return: telnet://192.0.2.16:81/ Replace uri with http://example.com:8042/over/there?name=ferret Got expected return: http://example.com:8042/over/there?name=ferret#nose Replace uri with //example.com:8042/over/there?name=ferret#mouth Got expected return: foo://example.com:8042/over/there?name=ferret#mouth 05-17-2023 11:03:28:FINISHED TEST : uriTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-17-2023 11:03:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-17-2023 11:03:28:STARTING TEST : uriStringThrowsIAEWhenNullTest() 05-17-2023 11:03:28:#IllegalArgumentException has been thrown as expected for #uri(null) 05-17-2023 11:03:28:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 05-17-2023 11:03:28:STARTING TEST : replaceQueryTest1() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryTest1() 05-17-2023 11:03:28:STARTING TEST : replaceQueryTest2() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryTest2() 05-17-2023 11:03:28:STARTING TEST : replaceQueryTest3() 05-17-2023 11:03:28:FINISHED TEST : replaceQueryTest3() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesFromEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : uriBuilderExceptionTest1() 05-17-2023 11:03:28:FINISHED TEST : uriBuilderExceptionTest1() 05-17-2023 11:03:28:STARTING TEST : uriBuilderExceptionTest2() 05-17-2023 11:03:28:FINISHED TEST : uriBuilderExceptionTest2() 05-17-2023 11:03:28:STARTING TEST : uriBuilderExceptionTest3() 05-17-2023 11:03:28:FINISHED TEST : uriBuilderExceptionTest3() 05-17-2023 11:03:28:STARTING TEST : uriBuilderExceptionTest4() 05-17-2023 11:03:28:FINISHED TEST : uriBuilderExceptionTest4() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-17-2023 11:03:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixParamTest1() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixParamTest1() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixParamTest2() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixParamTest2() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixParamTest3() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixParamTest3() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixParamTest4() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixParamTest4() 05-17-2023 11:03:28:STARTING TEST : buildObjectsBooleanEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : buildObjectsBooleanEncodedTest() 05-17-2023 11:03:28:STARTING TEST : schemeSpecificPartTest1() 05-17-2023 11:03:28:FINISHED TEST : schemeSpecificPartTest1() 05-17-2023 11:03:28:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixTest1() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixTest1() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixTest2() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixTest2() 05-17-2023 11:03:28:STARTING TEST : replaceMatrixTest3() 05-17-2023 11:03:28:FINISHED TEST : replaceMatrixTest3() 05-17-2023 11:03:28:STARTING TEST : segmentTest1() 05-17-2023 11:03:28:FINISHED TEST : segmentTest1() 05-17-2023 11:03:28:STARTING TEST : segmentTest2() 05-17-2023 11:03:28:FINISHED TEST : segmentTest2() 05-17-2023 11:03:28:STARTING TEST : segmentTest3() 05-17-2023 11:03:28:FINISHED TEST : segmentTest3() 05-17-2023 11:03:28:STARTING TEST : fromResourceTest1() 05-17-2023 11:03:28:FINISHED TEST : fromResourceTest1() 05-17-2023 11:03:28:STARTING TEST : fromResourceTest2() 05-17-2023 11:03:28:FINISHED TEST : fromResourceTest2() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-17-2023 11:03:28:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-17-2023 11:03:28:STARTING TEST : schemeSpecificPartTest() 05-17-2023 11:03:28:FINISHED TEST : schemeSpecificPartTest() 05-17-2023 11:03:28:STARTING TEST : matrixParamTest1() 05-17-2023 11:03:28:FINISHED TEST : matrixParamTest1() 05-17-2023 11:03:28:STARTING TEST : matrixParamTest2() 05-17-2023 11:03:28:FINISHED TEST : matrixParamTest2() 05-17-2023 11:03:28:STARTING TEST : matrixParamTest3() 05-17-2023 11:03:28:FINISHED TEST : matrixParamTest3() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-17-2023 11:03:28:STARTING TEST : fromUriTest1() 05-17-2023 11:03:28:FINISHED TEST : fromUriTest1() 05-17-2023 11:03:28:STARTING TEST : fromUriTest2() 05-17-2023 11:03:28:FINISHED TEST : fromUriTest2() 05-17-2023 11:03:28:STARTING TEST : fromUriTest3() 05-17-2023 11:03:28:FINISHED TEST : fromUriTest3() 05-17-2023 11:03:28:STARTING TEST : fromUriTest4() 05-17-2023 11:03:28:FINISHED TEST : fromUriTest4() 05-17-2023 11:03:28:STARTING TEST : pathTest10() 05-17-2023 11:03:28:FINISHED TEST : pathTest10() 05-17-2023 11:03:28:STARTING TEST : pathTest11() 05-17-2023 11:03:28:FINISHED TEST : pathTest11() 05-17-2023 11:03:28:STARTING TEST : pathTest12() 05-17-2023 11:03:28:FINISHED TEST : pathTest12() 05-17-2023 11:03:28:STARTING TEST : pathTest13() 05-17-2023 11:03:28:FINISHED TEST : pathTest13() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectTest() 05-17-2023 11:03:28:Got expected template {v}/{w}/{x}/{y}/{w} 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectTest() 05-17-2023 11:03:28:STARTING TEST : fromMethodTest() 05-17-2023 11:03:28:URI fromMethod is equal to the expected URI /sub 05-17-2023 11:03:28:FINISHED TEST : fromMethodTest() 05-17-2023 11:03:28:STARTING TEST : portTest1() 05-17-2023 11:03:28:FINISHED TEST : portTest1() 05-17-2023 11:03:28:STARTING TEST : portTest2() 05-17-2023 11:03:28:FINISHED TEST : portTest2() 05-17-2023 11:03:28:STARTING TEST : pathTest() 05-17-2023 11:03:28:FINISHED TEST : pathTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:STARTING TEST : fromEncodedTest1() 05-17-2023 11:03:28:FINISHED TEST : fromEncodedTest1() 05-17-2023 11:03:28:STARTING TEST : fromEncodedTest2() 05-17-2023 11:03:28:FINISHED TEST : fromEncodedTest2() 05-17-2023 11:03:28:STARTING TEST : fromEncodedTest3() 05-17-2023 11:03:28:FINISHED TEST : fromEncodedTest3() 05-17-2023 11:03:28:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-17-2023 11:03:28:STARTING TEST : buildObjectsBooleanNotEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateFromEncodedTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateFromEncodedTest() 05-17-2023 11:03:28:STARTING TEST : queryParamTest1() 05-17-2023 11:03:28:FINISHED TEST : queryParamTest1() 05-17-2023 11:03:28:STARTING TEST : queryParamTest2() 05-17-2023 11:03:28:FINISHED TEST : queryParamTest2() 05-17-2023 11:03:28:STARTING TEST : queryParamTest3() 05-17-2023 11:03:28:FINISHED TEST : queryParamTest3() 05-17-2023 11:03:28:STARTING TEST : queryParamTest4() 05-17-2023 11:03:28:FINISHED TEST : queryParamTest4() 05-17-2023 11:03:28:STARTING TEST : queryParamTest5() 05-17-2023 11:03:28:FINISHED TEST : queryParamTest5() 05-17-2023 11:03:28:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-17-2023 11:03:28:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-17-2023 11:03:28:STARTING TEST : fromPathTest1() 05-17-2023 11:03:28:FINISHED TEST : fromPathTest1() 05-17-2023 11:03:28:STARTING TEST : fromPathTest2() 05-17-2023 11:03:28:FINISHED TEST : fromPathTest2() 05-17-2023 11:03:28:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-17-2023 11:03:28:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-17-2023 11:03:28:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-17-2023 11:03:28:STARTING TEST : cloneTest1() 05-17-2023 11:03:28:FINISHED TEST : cloneTest1() 05-17-2023 11:03:28:STARTING TEST : resolveTemplatesMapTest() 05-17-2023 11:03:28:FINISHED TEST : resolveTemplatesMapTest() 05-17-2023 11:03:28:STARTING TEST : buildFromEncodedMapTest1() 05-17-2023 11:03:28:FINISHED TEST : buildFromEncodedMapTest1() 05-17-2023 11:03:28:STARTING TEST : buildFromEncodedMapTest2() 05-17-2023 11:03:28:FINISHED TEST : buildFromEncodedMapTest2() 05-17-2023 11:03:28:STARTING TEST : buildFromEncodedMapTest3() 05-17-2023 11:03:28:FINISHED TEST : buildFromEncodedMapTest3() 05-17-2023 11:03:28:STARTING TEST : buildFromEncodedMapTest4() 05-17-2023 11:03:28:FINISHED TEST : buildFromEncodedMapTest4() 05-17-2023 11:03:28:STARTING TEST : buildFromEncodedMapTest5() 05-17-2023 11:03:28:FINISHED TEST : buildFromEncodedMapTest5() [WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.168 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : wildcardTest() 05-17-2023 11:03:28:FINISHED TEST : wildcardTest() 05-17-2023 11:03:28:STARTING TEST : valueOfTest() 05-17-2023 11:03:28:FINISHED TEST : valueOfTest() 05-17-2023 11:03:28:STARTING TEST : withCharsetTest() 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 05-17-2023 11:03:28:FINISHED TEST : withCharsetTest() 05-17-2023 11:03:28:STARTING TEST : valueOfTest1() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : valueOfTest1() 05-17-2023 11:03:28:STARTING TEST : equalsTest1() 05-17-2023 11:03:28:FINISHED TEST : equalsTest1() 05-17-2023 11:03:28:STARTING TEST : equalsTest2() 05-17-2023 11:03:28:FINISHED TEST : equalsTest2() 05-17-2023 11:03:28:STARTING TEST : equalsTest3() 05-17-2023 11:03:28:FINISHED TEST : equalsTest3() 05-17-2023 11:03:28:STARTING TEST : equalsTest4() 05-17-2023 11:03:28:FINISHED TEST : equalsTest4() 05-17-2023 11:03:28:STARTING TEST : constructorTest1() 05-17-2023 11:03:28:FINISHED TEST : constructorTest1() 05-17-2023 11:03:28:STARTING TEST : constructorTest2() 05-17-2023 11:03:28:FINISHED TEST : constructorTest2() 05-17-2023 11:03:28:STARTING TEST : constructorTest3() 05-17-2023 11:03:28:FINISHED TEST : constructorTest3() 05-17-2023 11:03:28:STARTING TEST : hashCodeTest1() 05-17-2023 11:03:28:FINISHED TEST : hashCodeTest1() 05-17-2023 11:03:28:STARTING TEST : hashCodeTest2() 05-17-2023 11:03:28:FINISHED TEST : hashCodeTest2() 05-17-2023 11:03:28:STARTING TEST : hashCodeTest3() 05-17-2023 11:03:28:FINISHED TEST : hashCodeTest3() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28:FINISHED TEST : toStringTest() 05-17-2023 11:03:28:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-17-2023 11:03:28:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringStringStringTest() 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 05-17-2023 11:03:28:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 05-17-2023 11:03:28:FINISHED TEST : constructorStringStringStringTest() 05-17-2023 11:03:28:STARTING TEST : isCompatibleTest1() 05-17-2023 11:03:28:FINISHED TEST : isCompatibleTest1() 05-17-2023 11:03:28:STARTING TEST : isCompatibleTest2() 05-17-2023 11:03:28:FINISHED TEST : isCompatibleTest2() 05-17-2023 11:03:28:STARTING TEST : isCompatibleTest3() 05-17-2023 11:03:28:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : parseTest1() 05-17-2023 11:03:28:FINISHED TEST : parseTest1() 05-17-2023 11:03:28:STARTING TEST : parseTest2() 05-17-2023 11:03:28:FINISHED TEST : parseTest2() 05-17-2023 11:03:28:STARTING TEST : parseTest3() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : parseTest3() 05-17-2023 11:03:28:STARTING TEST : constructorTest1() 05-17-2023 11:03:28:FINISHED TEST : constructorTest1() 05-17-2023 11:03:28:STARTING TEST : constructorTest2() 05-17-2023 11:03:28:FINISHED TEST : constructorTest2() 05-17-2023 11:03:28:STARTING TEST : constructorTest3() 05-17-2023 11:03:28:FINISHED TEST : constructorTest3() 05-17-2023 11:03:28:STARTING TEST : constructorTest4() 05-17-2023 11:03:28:FINISHED TEST : constructorTest4() 05-17-2023 11:03:28:STARTING TEST : constructorTest5() 05-17-2023 11:03:28:FINISHED TEST : constructorTest5() 05-17-2023 11:03:28:STARTING TEST : constructorTest6() 05-17-2023 11:03:28:FINISHED TEST : constructorTest6() 05-17-2023 11:03:28:STARTING TEST : constructorTest7() 05-17-2023 11:03:28:FINISHED TEST : constructorTest7() 05-17-2023 11:03:28:STARTING TEST : constructorTest8() 05-17-2023 11:03:28:FINISHED TEST : constructorTest8() 05-17-2023 11:03:28:STARTING TEST : constructorTest9() 05-17-2023 11:03:28:FINISHED TEST : constructorTest9() 05-17-2023 11:03:28:STARTING TEST : equalsTest() 05-17-2023 11:03:28:FINISHED TEST : equalsTest() 05-17-2023 11:03:28:STARTING TEST : toCookieTest() 05-17-2023 11:03:28:FINISHED TEST : toCookieTest() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28:FINISHED TEST : toStringTest() 05-17-2023 11:03:28:STARTING TEST : constructorTest10() 05-17-2023 11:03:28:FINISHED TEST : constructorTest10() 05-17-2023 11:03:28:STARTING TEST : constructorTest11() 05-17-2023 11:03:28:FINISHED TEST : constructorTest11() 05-17-2023 11:03:28:STARTING TEST : constructorTest12() 05-17-2023 11:03:28:FINISHED TEST : constructorTest12() 05-17-2023 11:03:28:STARTING TEST : constructorTest13() 05-17-2023 11:03:28:FINISHED TEST : constructorTest13() 05-17-2023 11:03:28:STARTING TEST : constructorTest14() 05-17-2023 11:03:28:FINISHED TEST : constructorTest14() 05-17-2023 11:03:28:STARTING TEST : constructorTest15() 05-17-2023 11:03:28:FINISHED TEST : constructorTest15() 05-17-2023 11:03:28:STARTING TEST : constructorTest16() 05-17-2023 11:03:28:FINISHED TEST : constructorTest16() 05-17-2023 11:03:28:STARTING TEST : constructorTest17() 05-17-2023 11:03:28:FINISHED TEST : constructorTest17() 05-17-2023 11:03:28:STARTING TEST : constructorTest18() 05-17-2023 11:03:28:FINISHED TEST : constructorTest18() 05-17-2023 11:03:28:STARTING TEST : constructorTest19() 05-17-2023 11:03:28:FINISHED TEST : constructorTest19() 05-17-2023 11:03:28:STARTING TEST : constructorTest20() 05-17-2023 11:03:28:FINISHED TEST : constructorTest20() 05-17-2023 11:03:28:STARTING TEST : constructorTest21() 05-17-2023 11:03:28:FINISHED TEST : constructorTest21() 05-17-2023 11:03:28:STARTING TEST : constructorTest22() 05-17-2023 11:03:28:FINISHED TEST : constructorTest22() 05-17-2023 11:03:28:STARTING TEST : constructorTest23() 05-17-2023 11:03:28:FINISHED TEST : constructorTest23() 05-17-2023 11:03:28:STARTING TEST : constructorTest24() 05-17-2023 11:03:28:FINISHED TEST : constructorTest24() 05-17-2023 11:03:28:STARTING TEST : constructorTest25() 05-17-2023 11:03:28:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : getEntityTest() 05-17-2023 11:03:28:Entity has been retrieved 05-17-2023 11:03:28:FINISHED TEST : getEntityTest() 05-17-2023 11:03:28:STARTING TEST : singleArgumentConstructorTest() 05-17-2023 11:03:28:Expected IllegalArgumentException thrown: The entity must not be null 05-17-2023 11:03:28:GenericEntity>> instance created 05-17-2023 11:03:28:FINISHED TEST : singleArgumentConstructorTest() 05-17-2023 11:03:28:STARTING TEST : constructorWith1ArgTest() 05-17-2023 11:03:28:GenericEntity>(List) instance created 05-17-2023 11:03:28:FINISHED TEST : constructorWith1ArgTest() 05-17-2023 11:03:28:STARTING TEST : constructorWith2ArgsTest() 05-17-2023 11:03:28:GenericEntity>(List, Type) instance created 05-17-2023 11:03:28:FINISHED TEST : constructorWith2ArgsTest() 05-17-2023 11:03:28:STARTING TEST : constructorTest1() 05-17-2023 11:03:28:Expected IllegalArgumentException thrown: Arguments must not be null. 05-17-2023 11:03:28:FINISHED TEST : constructorTest1() 05-17-2023 11:03:28:STARTING TEST : constructorTest2() 05-17-2023 11:03:28:Expected IllegalArgumentException thrown: Arguments must not be null. 05-17-2023 11:03:28:FINISHED TEST : constructorTest2() 05-17-2023 11:03:28:STARTING TEST : equalsTest() 05-17-2023 11:03:28:The tested GenericEntity> instances are equal 05-17-2023 11:03:28:FINISHED TEST : equalsTest() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 05-17-2023 11:03:28:FINISHED TEST : toStringTest() 05-17-2023 11:03:28:STARTING TEST : getTypeTest() 05-17-2023 11:03:28:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 05-17-2023 11:03:28:FINISHED TEST : getTypeTest() 05-17-2023 11:03:28:STARTING TEST : hashCodeTest() 05-17-2023 11:03:28:Both GenericEntity instances have the same hashCode() 05-17-2023 11:03:28:FINISHED TEST : hashCodeTest() 05-17-2023 11:03:28:STARTING TEST : getRawTypeTest() 05-17-2023 11:03:28:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 05-17-2023 11:03:28:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : familyOfTest() 05-17-2023 11:03:28:#familyOf() returned expected Family for given statuses 05-17-2023 11:03:28:FINISHED TEST : familyOfTest() 05-17-2023 11:03:28:STARTING TEST : getStatusCodeTest() 05-17-2023 11:03:28:Found expected status code 200 for status 200 05-17-2023 11:03:28:Found expected status code 201 for status 201 05-17-2023 11:03:28:Found expected status code 202 for status 202 05-17-2023 11:03:28:Found expected status code 204 for status 204 05-17-2023 11:03:28:Found expected status code 205 for status 205 05-17-2023 11:03:28:Found expected status code 206 for status 206 05-17-2023 11:03:28:Found expected status code 301 for status 301 05-17-2023 11:03:28:Found expected status code 302 for status 302 05-17-2023 11:03:28:Found expected status code 303 for status 303 05-17-2023 11:03:28:Found expected status code 304 for status 304 05-17-2023 11:03:28:Found expected status code 305 for status 305 05-17-2023 11:03:28:Found expected status code 307 for status 307 05-17-2023 11:03:28:Found expected status code 400 for status 400 05-17-2023 11:03:28:Found expected status code 401 for status 401 05-17-2023 11:03:28:Found expected status code 402 for status 402 05-17-2023 11:03:28:Found expected status code 403 for status 403 05-17-2023 11:03:28:Found expected status code 404 for status 404 05-17-2023 11:03:28:Found expected status code 405 for status 405 05-17-2023 11:03:28:Found expected status code 406 for status 406 05-17-2023 11:03:28:Found expected status code 407 for status 407 05-17-2023 11:03:28:Found expected status code 408 for status 408 05-17-2023 11:03:28:Found expected status code 409 for status 409 05-17-2023 11:03:28:Found expected status code 410 for status 410 05-17-2023 11:03:28:Found expected status code 411 for status 411 05-17-2023 11:03:28:Found expected status code 412 for status 412 05-17-2023 11:03:28:Found expected status code 413 for status 413 05-17-2023 11:03:28:Found expected status code 414 for status 414 05-17-2023 11:03:28:Found expected status code 415 for status 415 05-17-2023 11:03:28:Found expected status code 416 for status 416 05-17-2023 11:03:28:Found expected status code 417 for status 417 05-17-2023 11:03:28:Found expected status code 500 for status 500 05-17-2023 11:03:28:Found expected status code 501 for status 501 05-17-2023 11:03:28:Found expected status code 502 for status 502 05-17-2023 11:03:28:Found expected status code 503 for status 503 05-17-2023 11:03:28:Found expected status code 504 for status 504 05-17-2023 11:03:28:Found expected status code 505 for status 505 05-17-2023 11:03:28:FINISHED TEST : getStatusCodeTest() 05-17-2023 11:03:28:STARTING TEST : getFamilyTest() 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 200 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 201 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 202 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 204 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 205 05-17-2023 11:03:28:Found expected family SUCCESSFUL for status 206 05-17-2023 11:03:28:Found expected family REDIRECTION for status 301 05-17-2023 11:03:28:Found expected family REDIRECTION for status 302 05-17-2023 11:03:28:Found expected family REDIRECTION for status 303 05-17-2023 11:03:28:Found expected family REDIRECTION for status 304 05-17-2023 11:03:28:Found expected family REDIRECTION for status 305 05-17-2023 11:03:28:Found expected family REDIRECTION for status 307 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 400 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 401 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 402 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 403 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 404 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 405 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 406 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 407 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 408 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 409 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 410 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 411 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 412 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 413 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 414 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 415 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 416 05-17-2023 11:03:28:Found expected family CLIENT_ERROR for status 417 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 500 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 501 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 502 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 503 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 504 05-17-2023 11:03:28:Found expected family SERVER_ERROR for status 505 05-17-2023 11:03:28:FINISHED TEST : getFamilyTest() 05-17-2023 11:03:28:STARTING TEST : getReasonPhraseTest() 05-17-2023 11:03:28:Found expected phrase OK for status 200 05-17-2023 11:03:28:Found expected phrase Created for status 201 05-17-2023 11:03:28:Found expected phrase Accepted for status 202 05-17-2023 11:03:28:Found expected phrase No Content for status 204 05-17-2023 11:03:28:Found expected phrase Reset Content for status 205 05-17-2023 11:03:28:Found expected phrase Partial Content for status 206 05-17-2023 11:03:28:Found expected phrase Moved Permanently for status 301 05-17-2023 11:03:28:Found expected phrase Found for status 302 05-17-2023 11:03:28:Found expected phrase See Other for status 303 05-17-2023 11:03:28:Found expected phrase Not Modified for status 304 05-17-2023 11:03:28:Found expected phrase Use Proxy for status 305 05-17-2023 11:03:28:Found expected phrase Temporary Redirect for status 307 05-17-2023 11:03:28:Found expected phrase Bad Request for status 400 05-17-2023 11:03:28:Found expected phrase Unauthorized for status 401 05-17-2023 11:03:28:Found expected phrase Payment Required for status 402 05-17-2023 11:03:28:Found expected phrase Forbidden for status 403 05-17-2023 11:03:28:Found expected phrase Not Found for status 404 05-17-2023 11:03:28:Found expected phrase Method Not Allowed for status 405 05-17-2023 11:03:28:Found expected phrase Not Acceptable for status 406 05-17-2023 11:03:28:Found expected phrase Proxy Authentication Required for status 407 05-17-2023 11:03:28:Found expected phrase Request Timeout for status 408 05-17-2023 11:03:28:Found expected phrase Conflict for status 409 05-17-2023 11:03:28:Found expected phrase Gone for status 410 05-17-2023 11:03:28:Found expected phrase Length Required for status 411 05-17-2023 11:03:28:Found expected phrase Precondition Failed for status 412 05-17-2023 11:03:28:Found expected phrase Request Entity Too Large for status 413 05-17-2023 11:03:28:Found expected phrase Request-URI Too Long for status 414 05-17-2023 11:03:28:Found expected phrase Unsupported Media Type for status 415 05-17-2023 11:03:28:Found expected phrase Requested Range Not Satisfiable for status 416 05-17-2023 11:03:28:Found expected phrase Expectation Failed for status 417 05-17-2023 11:03:28:Found expected phrase Internal Server Error for status 500 05-17-2023 11:03:28:Found expected phrase Not Implemented for status 501 05-17-2023 11:03:28:Found expected phrase Bad Gateway for status 502 05-17-2023 11:03:28:Found expected phrase Service Unavailable for status 503 05-17-2023 11:03:28:Found expected phrase Gateway Timeout for status 504 05-17-2023 11:03:28:Found expected phrase HTTP Version Not Supported for status 505 05-17-2023 11:03:28:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:FINISHED TEST : constructorTest() 05-17-2023 11:03:28:STARTING TEST : keySetTest() 05-17-2023 11:03:28:#keySet returns correct values 05-17-2023 11:03:28:FINISHED TEST : keySetTest() 05-17-2023 11:03:28:STARTING TEST : addAllThrowsNPETest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 05-17-2023 11:03:28:FINISHED TEST : addAllThrowsNPETest() 05-17-2023 11:03:28:STARTING TEST : addNullValuesTest() 05-17-2023 11:03:28:Given key key2 does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:Given key key3 does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:FINISHED TEST : addNullValuesTest() 05-17-2023 11:03:28:STARTING TEST : putSingleNullValueTest() 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:#putSingle(key, null) did replaced the values as expected 05-17-2023 11:03:28:FINISHED TEST : putSingleNullValueTest() 05-17-2023 11:03:28:STARTING TEST : entrySetTest() 05-17-2023 11:03:28:#entrySet() has correct values 05-17-2023 11:03:28:FINISHED TEST : entrySetTest() 05-17-2023 11:03:28:STARTING TEST : clearTest() 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:FINISHED TEST : clearTest() 05-17-2023 11:03:28:STARTING TEST : addTest() 05-17-2023 11:03:28:Found key key2 with following values: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : addTest() 05-17-2023 11:03:28:STARTING TEST : containsKeyTest() 05-17-2023 11:03:28:#containsKey found non-null key and also the null key 05-17-2023 11:03:28:FINISHED TEST : containsKeyTest() 05-17-2023 11:03:28:STARTING TEST : putAllTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key2 with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:#putAll() put all the values of both keys 05-17-2023 11:03:28:FINISHED TEST : putAllTest() 05-17-2023 11:03:28:STARTING TEST : isEmptyTest() 05-17-2023 11:03:28:#isEmpty returns correct values 05-17-2023 11:03:28:FINISHED TEST : isEmptyTest() 05-17-2023 11:03:28:STARTING TEST : putTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:#put() put the value 05-17-2023 11:03:28:FINISHED TEST : putTest() 05-17-2023 11:03:28:STARTING TEST : addFirstNullTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:FINISHED TEST : addFirstNullTest() 05-17-2023 11:03:28:STARTING TEST : getTest() 05-17-2023 11:03:28:#get() is sucessfull 05-17-2023 11:03:28:FINISHED TEST : getTest() 05-17-2023 11:03:28:STARTING TEST : addFirstTest() 05-17-2023 11:03:28:Found first item value4 05-17-2023 11:03:28:FINISHED TEST : addFirstTest() 05-17-2023 11:03:28:STARTING TEST : putSingleTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value5 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:#putSingle() sucessfully replaced the values by a new one 05-17-2023 11:03:28:FINISHED TEST : putSingleTest() 05-17-2023 11:03:28:STARTING TEST : addAllListNullValuesTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value4 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:FINISHED TEST : addAllListNullValuesTest() 05-17-2023 11:03:28:STARTING TEST : equalsTest() 05-17-2023 11:03:28:#equals() is delegated to underlaying map 05-17-2023 11:03:28:FINISHED TEST : equalsTest() 05-17-2023 11:03:28:STARTING TEST : addAllListThrowsNPETest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 05-17-2023 11:03:28:FINISHED TEST : addAllListThrowsNPETest() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28:#toString returned {key=[value1, value2, value3]} 05-17-2023 11:03:28:FINISHED TEST : toStringTest() 05-17-2023 11:03:28:STARTING TEST : sizeTest() 05-17-2023 11:03:28:#size() returns correct values 05-17-2023 11:03:28:FINISHED TEST : sizeTest() 05-17-2023 11:03:28:STARTING TEST : equalsIgnoreValueOrderTest() 05-17-2023 11:03:28:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 05-17-2023 11:03:28:FINISHED TEST : equalsIgnoreValueOrderTest() 05-17-2023 11:03:28:STARTING TEST : addAllEmptyValuesTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:FINISHED TEST : addAllEmptyValuesTest() 05-17-2023 11:03:28:STARTING TEST : removeTest() 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key2 with following values: 05-17-2023 11:03:28:value4 05-17-2023 11:03:28:#removeTest(key) removed the correct key and the value as expected 05-17-2023 11:03:28:FINISHED TEST : removeTest() 05-17-2023 11:03:28:STARTING TEST : addAllNullValuesTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value4 05-17-2023 11:03:28:Given key key does not contain following values as expected: 05-17-2023 11:03:28:null 05-17-2023 11:03:28:FINISHED TEST : addAllNullValuesTest() 05-17-2023 11:03:28:STARTING TEST : hashCodeTest() 05-17-2023 11:03:28:#hashCode() is delegated to underlaying map 05-17-2023 11:03:28:FINISHED TEST : hashCodeTest() 05-17-2023 11:03:28:STARTING TEST : addNullKeyTest() 05-17-2023 11:03:28:Found key null with following values: 05-17-2023 11:03:28:value4 05-17-2023 11:03:28:FINISHED TEST : addNullKeyTest() 05-17-2023 11:03:28:STARTING TEST : addAllValuesTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : addAllValuesTest() 05-17-2023 11:03:28:STARTING TEST : addAllListEmptyValuesTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:FINISHED TEST : addAllListEmptyValuesTest() 05-17-2023 11:03:28:STARTING TEST : valuesTest() 05-17-2023 11:03:28:#values returned 2 lists 05-17-2023 11:03:28:FINISHED TEST : valuesTest() 05-17-2023 11:03:28:STARTING TEST : containsValueTest() 05-17-2023 11:03:28:#containsValue() found list of items as expected 05-17-2023 11:03:28:FINISHED TEST : containsValueTest() 05-17-2023 11:03:28:STARTING TEST : addAllListTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 05-17-2023 11:03:28:STARTING TEST : languageTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found 05-17-2023 11:03:28:FINISHED TEST : languageTest() 05-17-2023 11:03:28:STARTING TEST : getLocationNotPresentTest() 05-17-2023 11:03:28:#getLocation returns null as expected 05-17-2023 11:03:28:FINISHED TEST : getLocationNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:28:HeaderDelegate is used for header s3 05-17-2023 11:03:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:28:STARTING TEST : getLinksIsNotNullTest() 05-17-2023 11:03:28:#getLinks contains no links as expected 05-17-2023 11:03:28:FINISHED TEST : getLinksIsNotNullTest() 05-17-2023 11:03:28:STARTING TEST : cacheControlTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-17-2023 11:03:28:FINISHED TEST : cacheControlTest() 05-17-2023 11:03:28:STARTING TEST : acceptedStringTest() 05-17-2023 11:03:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-17-2023 11:03:28:FINISHED TEST : acceptedStringTest() 05-17-2023 11:03:28:STARTING TEST : seeOtherTest() 05-17-2023 11:03:28:Correct status found in Response: 303 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-17-2023 11:03:28:FINISHED TEST : seeOtherTest() 05-17-2023 11:03:28:STARTING TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:03:28:#getLinkBuilder creates correct Link for given relation 05-17-2023 11:03:28:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-17-2023 11:03:28:STARTING TEST : getEntityTagNotPresentTest() 05-17-2023 11:03:28:#getEntityTag() is null as expected 05-17-2023 11:03:28:FINISHED TEST : getEntityTagNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getLinksTest() 05-17-2023 11:03:28:#getLinks contains expected links 05-17-2023 11:03:28:FINISHED TEST : getLinksTest() 05-17-2023 11:03:28:STARTING TEST : variantTest() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : variantTest() 05-17-2023 11:03:28:STARTING TEST : cookieTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Expecting Set-Cookiename_1=value_1;version=1 Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path= Processing name_1=value_1;Version=1 Expected Set-Cookie: name_1=value_1;Version=1 is found in Response. Processing name_2=value_2;Version=1;Domain=;Path=/acme Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response. Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path= Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response. 05-17-2023 11:03:28:FINISHED TEST : cookieTest() 05-17-2023 11:03:28:STARTING TEST : lastModifiedTest() 05-17-2023 11:03:28:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Last-Modified Verifying the following keys in Response: Key Last-Modified is found in response 05-17-2023 11:03:28:FINISHED TEST : lastModifiedTest() 05-17-2023 11:03:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5717d37d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@533de3a8,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@45187212 05-17-2023 11:03:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:28:STARTING TEST : getLanguageNotPresentTest() 05-17-2023 11:03:28:#getLanguage() is null as expected 05-17-2023 11:03:28:FINISHED TEST : getLanguageNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : entityTest() 05-17-2023 11:03:28:Correct content found in Response: Test Only Correct status found in Response: 200 05-17-2023 11:03:28:FINISHED TEST : entityTest() 05-17-2023 11:03:28:STARTING TEST : okTest1() 05-17-2023 11:03:28:Correct status found in Response: 200 05-17-2023 11:03:28:FINISHED TEST : okTest1() 05-17-2023 11:03:28:STARTING TEST : okTest2() 05-17-2023 11:03:28:Correct content found in Response: Test only Correct status found in Response: 200 05-17-2023 11:03:28:FINISHED TEST : okTest2() 05-17-2023 11:03:28:STARTING TEST : okTest3() 05-17-2023 11:03:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:28:FINISHED TEST : okTest3() 05-17-2023 11:03:28:STARTING TEST : okTest4() 05-17-2023 11:03:28:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:28:FINISHED TEST : okTest4() 05-17-2023 11:03:28:STARTING TEST : okTest5() 05-17-2023 11:03:28:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found 05-17-2023 11:03:28:FINISHED TEST : okTest5() 05-17-2023 11:03:28:STARTING TEST : temporaryRedirectTest() 05-17-2023 11:03:28:Correct status found in Response: 307 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-17-2023 11:03:28:FINISHED TEST : temporaryRedirectTest() 05-17-2023 11:03:28:STARTING TEST : getMediaTypeTest() 05-17-2023 11:03:28:#getMediaType returned expected MediaType 05-17-2023 11:03:28:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:03:28:STARTING TEST : fromResponseTest() 05-17-2023 11:03:28:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found 05-17-2023 11:03:28:FINISHED TEST : fromResponseTest() 05-17-2023 11:03:28:STARTING TEST : getLinkTest() 05-17-2023 11:03:28:#getLink matches expected Link 05-17-2023 11:03:28:FINISHED TEST : getLinkTest() 05-17-2023 11:03:28:STARTING TEST : statusTest3() 05-17-2023 11:03:28:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:28:FINISHED TEST : statusTest3() 05-17-2023 11:03:28:STARTING TEST : statusTest4() 05-17-2023 11:03:28:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:28:FINISHED TEST : statusTest4() 05-17-2023 11:03:28:STARTING TEST : statusTest5() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : statusTest5() 05-17-2023 11:03:28:STARTING TEST : statusTest7() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : statusTest7() 05-17-2023 11:03:28:STARTING TEST : tagTest1() 05-17-2023 11:03:28:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:28:FINISHED TEST : tagTest1() 05-17-2023 11:03:28:STARTING TEST : tagTest2() 05-17-2023 11:03:28:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:28:FINISHED TEST : tagTest2() 05-17-2023 11:03:28:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:IllegalStateException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:03:28:getHeaders is mutable 05-17-2023 11:03:28:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:03:28:STARTING TEST : typeTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Content Type text/plain was found 05-17-2023 11:03:28:FINISHED TEST : typeTest() 05-17-2023 11:03:28:STARTING TEST : cloneTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. Correct content found in Response: TestOnly Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found 05-17-2023 11:03:28:FINISHED TEST : cloneTest() 05-17-2023 11:03:28:STARTING TEST : acceptedGenericEntityTest() 05-17-2023 11:03:28:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-17-2023 11:03:28:FINISHED TEST : acceptedGenericEntityTest() 05-17-2023 11:03:28:STARTING TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:28:#hasLink has not found any Link as expected 05-17-2023 11:03:28:FINISHED TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:28:STARTING TEST : createdTest() 05-17-2023 11:03:28:Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-17-2023 11:03:28:FINISHED TEST : createdTest() 05-17-2023 11:03:28:STARTING TEST : getLanguageTest() 05-17-2023 11:03:28:#getLocale matches the Content-Language HTTP header 05-17-2023 11:03:28:FINISHED TEST : getLanguageTest() 05-17-2023 11:03:28:STARTING TEST : notAcceptableTest() 05-17-2023 11:03:28:Correct status found in Response: 406 05-17-2023 11:03:28:FINISHED TEST : notAcceptableTest() 05-17-2023 11:03:28:STARTING TEST : getDateTest() 05-17-2023 11:03:28:#getDate matches the Date HTTP header 05-17-2023 11:03:28:FINISHED TEST : getDateTest() 05-17-2023 11:03:28:STARTING TEST : languageTest1() 05-17-2023 11:03:28:Correct status found in Response: 200 Content Language en-us was found Correct status found in Response: 200 Content Language en-gb was found Correct status found in Response: 200 Content Language zh-cn was found 05-17-2023 11:03:28:FINISHED TEST : languageTest1() 05-17-2023 11:03:28:STARTING TEST : notModifiedTest1() 05-17-2023 11:03:28:Correct status found in Response: 304 05-17-2023 11:03:28:FINISHED TEST : notModifiedTest1() 05-17-2023 11:03:28:STARTING TEST : notModifiedTest2() 05-17-2023 11:03:28:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:28:FINISHED TEST : notModifiedTest2() 05-17-2023 11:03:28:STARTING TEST : notModifiedTest3() 05-17-2023 11:03:28:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-17-2023 11:03:28:FINISHED TEST : notModifiedTest3() 05-17-2023 11:03:28:STARTING TEST : getDateNotPresentTest() 05-17-2023 11:03:28:#getDate is null as expected 05-17-2023 11:03:28:FINISHED TEST : getDateNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getHeaderStringTest() 05-17-2023 11:03:28:Found following objects: 05-17-2023 11:03:28:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed May 17 11:03:28 UTC 2023 Content-Language:fr_CA 05-17-2023 11:03:28:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:03:28:STARTING TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:03:28:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7c39764d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@16ec0636,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3b79380c 05-17-2023 11:03:28:FINISHED TEST : getStringHeadersUsingToStringTest() 05-17-2023 11:03:28:STARTING TEST : getAllowedMethodsTest() 05-17-2023 11:03:28:#getAllowedMethods returned expected methods TRACE;POST 05-17-2023 11:03:28:FINISHED TEST : getAllowedMethodsTest() 05-17-2023 11:03:28:STARTING TEST : locationTest() 05-17-2023 11:03:28:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-17-2023 11:03:28:FINISHED TEST : locationTest() 05-17-2023 11:03:28:STARTING TEST : getLengthNotPresentTest() 05-17-2023 11:03:28:#getLength matches expected Content-Length -1 05-17-2023 11:03:28:FINISHED TEST : getLengthNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-17-2023 11:03:28:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:STARTING TEST : statusFamilyValueOfTest() 05-17-2023 11:03:28:FINISHED TEST : statusFamilyValueOfTest() 05-17-2023 11:03:28:STARTING TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:28:#getCookies is read-only as expected 05-17-2023 11:03:28:FINISHED TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:28:STARTING TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:03:28:toString method is used as expected 05-17-2023 11:03:28:FINISHED TEST : getHeaderStringUsingToStringTest() 05-17-2023 11:03:28:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:#bufferEntity throws IllegalStateException as expected 05-17-2023 11:03:28:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-17-2023 11:03:28:STARTING TEST : acceptedNoArgTest() 05-17-2023 11:03:28:Correct status found in Response: 202 05-17-2023 11:03:28:FINISHED TEST : acceptedNoArgTest() 05-17-2023 11:03:28:STARTING TEST : getFamilyTest() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : getFamilyTest() 05-17-2023 11:03:28:STARTING TEST : typeTest1() 05-17-2023 11:03:28:Correct status found in Response: 200 Content Type text/html was found 05-17-2023 11:03:28:FINISHED TEST : typeTest1() 05-17-2023 11:03:28:STARTING TEST : getEntityTagTest() 05-17-2023 11:03:28:#getEntityTag is "getEntityTag" as expected 05-17-2023 11:03:28:FINISHED TEST : getEntityTagTest() 05-17-2023 11:03:28:STARTING TEST : noContentTest() 05-17-2023 11:03:28:Correct status found in Response: 204 05-17-2023 11:03:28:FINISHED TEST : noContentTest() 05-17-2023 11:03:28:STARTING TEST : getHeadersTest() 05-17-2023 11:03:28:Found following objects: 05-17-2023 11:03:28:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed May 17 11:03:28 UTC 2023 Content-Language:fr_CA 05-17-2023 11:03:28:FINISHED TEST : getHeadersTest() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : toStringTest() 05-17-2023 11:03:28:STARTING TEST : getLastModifiedNotPresentTest() 05-17-2023 11:03:28:#getLastModified() is null as expected 05-17-2023 11:03:28:FINISHED TEST : getLastModifiedNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getStatusInfoTest() 05-17-2023 11:03:28:#getStatusInfo returned expected StatusTypes 05-17-2023 11:03:28:FINISHED TEST : getStatusInfoTest() 05-17-2023 11:03:28:STARTING TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:28:#hasEntity found the entity as expected 05-17-2023 11:03:28:FINISHED TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:28:STARTING TEST : getLengthTest() 05-17-2023 11:03:28:#getLength matches expected Content-Length 10 05-17-2023 11:03:28:FINISHED TEST : getLengthTest() 05-17-2023 11:03:28:STARTING TEST : contentLocationTest() 05-17-2023 11:03:28:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value file:///~/calendar 05-17-2023 11:03:28:FINISHED TEST : contentLocationTest() 05-17-2023 11:03:28:STARTING TEST : getReasonPhraseTest() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : getReasonPhraseTest() 05-17-2023 11:03:28:STARTING TEST : getLastModifiedTest() 05-17-2023 11:03:28:#getLastModified matches the Last-Modified HTTP header 05-17-2023 11:03:28:FINISHED TEST : getLastModifiedTest() 05-17-2023 11:03:28:STARTING TEST : serverErrorTest() 05-17-2023 11:03:28:Correct status found in Response: 500 05-17-2023 11:03:28:FINISHED TEST : serverErrorTest() 05-17-2023 11:03:28:STARTING TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:28:#hasEntity found the Link as expected 05-17-2023 11:03:28:FINISHED TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:28:STARTING TEST : statusValueOfTest() 05-17-2023 11:03:28: 05-17-2023 11:03:28:FINISHED TEST : statusValueOfTest() 05-17-2023 11:03:28:STARTING TEST : getLocationTest() 05-17-2023 11:03:28:#getLocation contains expected location 05-17-2023 11:03:28:FINISHED TEST : getLocationTest() 05-17-2023 11:03:28:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-17-2023 11:03:28:#bufferEntity did ignore no backing stream as expected 05-17-2023 11:03:28:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-17-2023 11:03:28:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:03:28:#getLinkBuilder returned null as expected 05-17-2023 11:03:28:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-17-2023 11:03:28:STARTING TEST : getLinkNotPresentTest() 05-17-2023 11:03:28:#getLink return null as expected 05-17-2023 11:03:28:FINISHED TEST : getLinkNotPresentTest() 05-17-2023 11:03:28:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-17-2023 11:03:28:#getMediaType returned null as expected 05-17-2023 11:03:28:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-17-2023 11:03:28:STARTING TEST : getCookiesTest() 05-17-2023 11:03:28:Expecting Set-Cookiec1=v1;version=1 Expecting Set-Cookiec2=v2;version=1 Processing c1=v1;Version=1 Expected Set-Cookie: c1=v1;Version=1 is found in Response. Processing c2=v2;Version=1 Expected Set-Cookie: c2=v2;Version=1 is found in Response. 05-17-2023 11:03:28:#getCookies returned expected cookies 05-17-2023 11:03:28:FINISHED TEST : getCookiesTest() 05-17-2023 11:03:28:STARTING TEST : statusFamilyValuesTest() 05-17-2023 11:03:28:FINISHED TEST : statusFamilyValuesTest() 05-17-2023 11:03:28:STARTING TEST : headerTest() 05-17-2023 11:03:28:Correct status found in Response: 200 Encoding gzip was found Encoding compress was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. 05-17-2023 11:03:28:FINISHED TEST : headerTest() 05-17-2023 11:03:28:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:03:28:#hasEntity has not found any entity as expected 05-17-2023 11:03:28:FINISHED TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:03:28:STARTING TEST : allowStringArrayTest() 05-17-2023 11:03:28:Found expected allowed method OPTIONS 05-17-2023 11:03:28:Found expected allowed method TRACE 05-17-2023 11:03:28:FINISHED TEST : allowStringArrayTest() 05-17-2023 11:03:28:STARTING TEST : linksTest() 05-17-2023 11:03:28:Found expected links 05-17-2023 11:03:28:FINISHED TEST : linksTest() 05-17-2023 11:03:28:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 05-17-2023 11:03:28:OPTIONS has been found in allowed methods 05-17-2023 11:03:28:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 05-17-2023 11:03:28:STARTING TEST : statusTest1() 05-17-2023 11:03:28:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-17-2023 11:03:28:FINISHED TEST : statusTest1() 05-17-2023 11:03:28:STARTING TEST : statusTest2() 05-17-2023 11:03:28:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 05-17-2023 11:03:28:FINISHED TEST : statusTest2() 05-17-2023 11:03:28:STARTING TEST : encodingTest() 05-17-2023 11:03:28:Encoding gzip was found Encoding ccitt was found Encoding pic was found 05-17-2023 11:03:28:Found expected encodings 05-17-2023 11:03:28:FINISHED TEST : encodingTest() 05-17-2023 11:03:28:STARTING TEST : linkStringStringTest() 05-17-2023 11:03:28:Found expected link ; rel="REL" 05-17-2023 11:03:28:FINISHED TEST : linkStringStringTest() 05-17-2023 11:03:28:STARTING TEST : replaceAllByNullTest() 05-17-2023 11:03:28:FINISHED TEST : replaceAllByNullTest() 05-17-2023 11:03:28:STARTING TEST : replaceAllTest() 05-17-2023 11:03:28:FINISHED TEST : replaceAllTest() 05-17-2023 11:03:28:STARTING TEST : allowStringSetNullRemovesAllTest() 05-17-2023 11:03:28:Allowed methods has been removed by null value as expected 05-17-2023 11:03:28:FINISHED TEST : allowStringSetNullRemovesAllTest() 05-17-2023 11:03:28:STARTING TEST : expiresTest() 05-17-2023 11:03:28:Set and fetched expire dates matched 05-17-2023 11:03:28:FINISHED TEST : expiresTest() 05-17-2023 11:03:28:STARTING TEST : allowStringSetTest() 05-17-2023 11:03:28:Found expected allowed method OPTIONS 05-17-2023 11:03:28:Found expected allowed method TRACE 05-17-2023 11:03:28:FINISHED TEST : allowStringSetTest() 05-17-2023 11:03:28:STARTING TEST : linkUriStringTest() 05-17-2023 11:03:28:Found expected link ; rel="REL" 05-17-2023 11:03:28:FINISHED TEST : linkUriStringTest() 05-17-2023 11:03:28:STARTING TEST : variantsTest() 05-17-2023 11:03:28:Found expected header Accept-Language. Found expected header Accept-Encoding. 05-17-2023 11:03:28:FINISHED TEST : variantsTest() 05-17-2023 11:03:28:STARTING TEST : allowStringArrayNullRemovesAllTest() 05-17-2023 11:03:28:Allowed methods has been removed by null value as expected 05-17-2023 11:03:28:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorNullStringTest() 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:FINISHED TEST : constructorNullStringTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringTest() 05-17-2023 11:03:28:The exception contains expected #getMessage() 05-17-2023 11:03:28:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:28:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:03:28:STARTING TEST : languageTest() 05-17-2023 11:03:28:FINISHED TEST : languageTest() 05-17-2023 11:03:28:STARTING TEST : encodingTest() 05-17-2023 11:03:28:FINISHED TEST : encodingTest() 05-17-2023 11:03:28:STARTING TEST : complexTest() 05-17-2023 11:03:28:FINISHED TEST : complexTest() 05-17-2023 11:03:28:STARTING TEST : mediaTypesTest1() 05-17-2023 11:03:28:FINISHED TEST : mediaTypesTest1() 05-17-2023 11:03:28:STARTING TEST : mediaTypesTest2() 05-17-2023 11:03:28:FINISHED TEST : mediaTypesTest2() 05-17-2023 11:03:28:STARTING TEST : newInstanceTest() 05-17-2023 11:03:28:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : parseTest1() 05-17-2023 11:03:28:FINISHED TEST : parseTest1() 05-17-2023 11:03:28:STARTING TEST : parseTest2() 05-17-2023 11:03:28:FINISHED TEST : parseTest2() 05-17-2023 11:03:28:STARTING TEST : parseTest3() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : parseTest3() 05-17-2023 11:03:28:STARTING TEST : constructorTest1() 05-17-2023 11:03:28:FINISHED TEST : constructorTest1() 05-17-2023 11:03:28:STARTING TEST : constructorTest2() 05-17-2023 11:03:28:FINISHED TEST : constructorTest2() 05-17-2023 11:03:28:STARTING TEST : constructorTest3() 05-17-2023 11:03:28:FINISHED TEST : constructorTest3() 05-17-2023 11:03:28:STARTING TEST : constructorTest4() 05-17-2023 11:03:28:FINISHED TEST : constructorTest4() 05-17-2023 11:03:28:STARTING TEST : constructorTest5() 05-17-2023 11:03:28:FINISHED TEST : constructorTest5() 05-17-2023 11:03:28:STARTING TEST : equalsTest() 05-17-2023 11:03:28:FINISHED TEST : equalsTest() 05-17-2023 11:03:28:STARTING TEST : toStringTest() 05-17-2023 11:03:28:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithSingleValuedMapTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 05-17-2023 11:03:28:FINISHED TEST : constructorWithSingleValuedMapTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithCapacityAndLoadTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:For given key the map does not contain following values as expected: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : constructorWithCapacityAndLoadTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithMapThrowsNPETest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : constructorWithMapThrowsNPETest() 05-17-2023 11:03:28:STARTING TEST : defaultConstructorTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:For given key the map does not contain following values as expected: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : defaultConstructorTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithMapTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:FINISHED TEST : constructorWithMapTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithInitialCapacityTest() 05-17-2023 11:03:28:Found key key with following values: 05-17-2023 11:03:28:value1 value2 value3 05-17-2023 11:03:28:For given key the map does not contain following values as expected: 05-17-2023 11:03:28:value4 value5 05-17-2023 11:03:28:FINISHED TEST : constructorWithInitialCapacityTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 05-17-2023 11:03:28:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : getHeadersHeadersSetTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28: TRACE: [WIRE] - << Property0: any 05-17-2023 11:03:28: TRACE: [WIRE] - << Property1: any 05-17-2023 11:03:28: TRACE: [WIRE] - << Property2: any 05-17-2023 11:03:28: TRACE: [WIRE] - << Property3: any 05-17-2023 11:03:28: TRACE: [WIRE] - << Property4: any 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:FINISHED TEST : getHeadersHeadersSetTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28:STARTING TEST : setInputStreamTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : setInputStreamTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : getHeadersOperationSetTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getHeadersOperationSetTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << getInputStreamEntity 05-17-2023 11:03:28:STARTING TEST : getInputStreamTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getInputStreamTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : proceedThrowsIOExceptionTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : setAnnotationsNullThrowsNPETest()05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : setAnnotationsTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : setAnnotationsTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : setGenericTypeTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:FINISHED TEST : setGenericTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : getMediaTypeTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: application/json 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : webApplicationExceptionTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 05-17-2023 11:03:28:FINISHED TEST : webApplicationExceptionTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : setPropertyNullTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : setPropertyNullTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : getPropertyNamesIsReadOnlyTest()05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : ioExceptionTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:found expected IOException java.io.IOException: IOException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : ioExceptionTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : setMediaTypeTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : setMediaTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : setTypeTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETTYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:#setType set correct type java.io.InputStreamReader 05-17-2023 11:03:28:FINISHED TEST : setTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETTYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:STARTING TEST : getTypeTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28:STARTING TEST : getAnnotationsTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:FINISHED TEST : getAnnotationsTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : getGenericTypeTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : getGenericTypeTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28:STARTING TEST : setPropertyTest() 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:FINISHED TEST : setPropertyTest() 05-17-2023 11:03:28:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:28: TRACE: [WIRE] - << 200 OK 05-17-2023 11:03:28:STARTING TEST : removePropertyTest() 05-17-2023 11:03:28:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-17-2023 11:03:28: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-17-2023 11:03:28: TRACE: [WIRE] - << Content-Type: text/plain 05-17-2023 11:03:28: TRACE: [WIRE] - << Entity 05-17-2023 11:03:28:############################### 05-17-2023 11:03:28:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : checkCreatedResponseBuilderTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedResponseBuilderTest() 05-17-2023 11:03:28:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedUriBuilderTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedUriBuilderTest() 05-17-2023 11:03:28:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:28:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 05-17-2023 11:03:28:STARTING TEST : createEndpointTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 05-17-2023 11:03:28:FINISHED TEST : createEndpointTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedVariantListBuilderTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedVariantListBuilderTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 05-17-2023 11:03:28:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 05-17-2023 11:03:28:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-17-2023 11:03:28:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-17-2023 11:03:28:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-17-2023 11:03:28:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 05-17-2023 11:03:28:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 05-17-2023 11:03:28:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-17-2023 11:03:28:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithNullThrowableTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithNullThrowableTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithNotNullMessageTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithNotNullMessageTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithCheckedExceptionTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithCheckedExceptionTest() 05-17-2023 11:03:28:STARTING TEST : constructorWithRuntimeExceptionTest() 05-17-2023 11:03:28:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorObjectsTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:FINISHED TEST : constructorObjectsTest() 05-17-2023 11:03:28:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:28:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:28:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:28:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:Found expected http Host header 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringResponseThrowsExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:28:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected for null challenge 05-17-2023 11:03:28:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-17-2023 11:03:28:STARTING TEST : constructorThrowableObjectTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:FINISHED TEST : constructorThrowableObjectTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringThrowableObjectsTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.io.IOException 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.Error 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:getCause contains expected java.lang.Throwable 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:FINISHED TEST : constructorStringThrowableObjectsTest() 05-17-2023 11:03:28:STARTING TEST : constructorStringObjectsTest() 05-17-2023 11:03:28:response contains expected Unauthorized status 05-17-2023 11:03:28:found expected getMessage()= TCK NotAuthorizedException description 05-17-2023 11:03:28:FINISHED TEST : constructorStringObjectsTest() 05-17-2023 11:03:28:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:28:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:28:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 05-17-2023 11:03:28:NullPointerException has been thrown as expected for null challenge 05-17-2023 11:03:28:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 05-17-2023 11:03:28:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:28:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:28:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : constructorTest() 05-17-2023 11:03:28:response contains expected Unsupported Media Type status 05-17-2023 11:03:28:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 05-17-2023 11:03:28:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-17-2023 11:03:28:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-17-2023 11:03:28:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 05-17-2023 11:03:29:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : valueOfTest() 05-17-2023 11:03:29:#valueOf( CLIENT ) equals CLIENT as expected 05-17-2023 11:03:29:#valueOf( SERVER ) equals SERVER as expected 05-17-2023 11:03:29:FINISHED TEST : valueOfTest() 05-17-2023 11:03:29:STARTING TEST : valuesTest() 05-17-2023 11:03:29:Found CLIENT in valus() CLIENT, SERVER 05-17-2023 11:03:29:Found SERVER in valus() CLIENT, SERVER 05-17-2023 11:03:29:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusUriThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusUriThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntUriThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorIntUriThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorIntUriTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:FINISHED TEST : constructorIntUriTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusUriTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusUriTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusUriTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:FINISHED TEST : constructorStatusUriTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntUriThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntUriThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntUriTest() 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected location http://oracle.com:888/REDIRECTIONtest 05-17-2023 11:03:29:found expected getMessage()= TCK RedirectionException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:FINISHED TEST : constructorTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Request as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK NotAcceptableException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Request as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status OK 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Created 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status OK 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Created 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:FINISHED TEST : constructorTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:found expected getMessage()= TCK InternalServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:FINISHED TEST : constructorIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ServerErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorStringNullStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected when null Status 05-17-2023 11:03:29:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableStatusTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableResponseTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableResponseTest() 05-17-2023 11:03:29:STARTING TEST : statusNullTest() 05-17-2023 11:03:29:FINISHED TEST : statusNullTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringNullResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringNullResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableNullResponseTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableNullResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : throwableStatusTest1() 05-17-2023 11:03:29:FINISHED TEST : throwableStatusTest1() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableIntTest() 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected OK status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Created status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Accepted status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected No Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Reset Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Partial Content status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Multiple Choices status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Moved Permanently status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected See Other status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Modified status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Use Proxy status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Temporary Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Permanent Redirect status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unauthorized status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Payment Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Acceptable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Proxy Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Conflict status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gone status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Length Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Entity Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request-URI Too Long status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unsupported Media Type status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Requested Range Not Satisfiable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Expectation Failed status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Precondition Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Too Many Requests status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Request Header Fields Too Large status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Unavailable For Legal Reasons status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Internal Server Error status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Implemented status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Gateway status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Gateway Timeout status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected HTTP Version Not Supported status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Network Authentication Required status 05-17-2023 11:03:29:found expected getMessage()= TCK WebApplicationException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown when null Status as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown when null Status as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown when null Status as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown when null Status as expected 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:FINISHED TEST : constructorTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:found expected getMessage()= TCK NotFoundException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Not Found status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 999 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 999 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:FINISHED TEST : constructorIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringIntTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringIntTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 999 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -1 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 999 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status -2147483648 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status 2147483647 05-17-2023 11:03:29:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ClientErrorException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStatusNullThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null status 05-17-2023 11:03:29:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorIntThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorIntThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIEATest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStatusThrowableTest() 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Bad Request 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unauthorized 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Payment Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Forbidden 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Found 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Method Not Allowed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Not Acceptable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Proxy Authentication Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Timeout 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Conflict 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Gone 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Length Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Entity Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request-URI Too Long 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unsupported Media Type 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Requested Range Not Satisfiable 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Expectation Failed 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Precondition Required 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Too Many Requests 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Request Header Fields Too Large 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:Response of the exception contains expected status Unavailable For Legal Reasons 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Service Unavailable status 05-17-2023 11:03:29:Found expected retry time null 05-17-2023 11:03:29:#hasRetryAfter returned expected false value 05-17-2023 11:03:29:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT WAITING:WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStringStringsThrowsNPETest() 05-17-2023 11:03:29:NullPointerException has been thrown as expected, for null method 05-17-2023 11:03:29:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for when no allow http header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableStringsTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableStringsTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for when no allow http header 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableStringThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for null methods 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableStringThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowsNPETest() 05-17-2023 11:03:29:NullPointerException has been thrown as expected, for null method 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowsNPETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringStringStringsTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:found expected getMessage()= TCK NotAllowedException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringStringStringsTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableStringTest() 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Method Not Allowed status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status OK 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Created 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Forbidden 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:FINISHED TEST : constructorTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringRequestThrowableTest() 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK BadRequestException description 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:response contains expected Bad Request status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorStringRequestThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIEATest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Forbidden as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:FINISHED TEST : constructorTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:FINISHED TEST : constructorResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status OK 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Created 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:Found expected http Host header 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Request as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:found expected getMessage()= TCK ForbiddenException description 05-17-2023 11:03:29:FINISHED TEST : constructorStringTest() 05-17-2023 11:03:29:STARTING TEST : constructorThrowableTest() 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.RuntimeException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.io.IOException 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.Error 05-17-2023 11:03:29:response contains expected Forbidden status 05-17-2023 11:03:29:getCause contains expected java.lang.Throwable 05-17-2023 11:03:29:FINISHED TEST : constructorThrowableTest() 05-17-2023 11:03:29:STARTING TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status OK as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Created as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Accepted as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status No Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Reset Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Partial Content as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status See Other as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Modified as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Use Proxy as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Request as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unauthorized as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Payment Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Found as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Conflict as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gone as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Length Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Precondition Required as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Not Implemented as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-17-2023 11:03:29:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-17-2023 11:03:29:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-17-2023 11:03:29:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status OK 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Created 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Accepted 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status No Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status See Other 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Found 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Conflict 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gone 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Length Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-17-2023 11:03:29:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-17-2023 11:03:29:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 05-17-2023 11:03:29:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:29:Found expected substring: bean 05-17-2023 11:03:29:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-17-2023 11:03:29:STARTING TEST : getDateNullTest() 05-17-2023 11:03:29:Found expected substring: NULL 05-17-2023 11:03:29:FINISHED TEST : getDateNullTest() 05-17-2023 11:03:29:STARTING TEST : getEntityTest() 05-17-2023 11:03:29:Found expected substring: test 05-17-2023 11:03:29:FINISHED TEST : getEntityTest() 05-17-2023 11:03:29:STARTING TEST : getEntityAnnotationsNullTest() 05-17-2023 11:03:29:Found expected substring: 0 05-17-2023 11:03:29:FINISHED TEST : getEntityAnnotationsNullTest() 05-17-2023 11:03:29:STARTING TEST : abortWithTest() 05-17-2023 11:03:29:Found expected status: 201 05-17-2023 11:03:29:FINISHED TEST : abortWithTest() 05-17-2023 11:03:29:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:29:Found expected substring: cts 05-17-2023 11:03:29:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-17-2023 11:03:29:STARTING TEST : getStringHeadersTest() 05-17-2023 11:03:29:Found expected substring: text/html 05-17-2023 11:03:29:Found expected substring: cts 05-17-2023 11:03:29:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 05-17-2023 11:03:29:FINISHED TEST : getStringHeadersTest() 05-17-2023 11:03:29:STARTING TEST : getMediaTypeTest() 05-17-2023 11:03:29:Found expected substring: application/x-www-form-urlencoded 05-17-2023 11:03:29:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:03:29:STARTING TEST : getEntityAnnotationsTest() 05-17-2023 11:03:29:Found expected substring: jakarta.ws.rs.ext.Provider 05-17-2023 11:03:29:FINISHED TEST : getEntityAnnotationsTest() 05-17-2023 11:03:29:STARTING TEST : getMethodTest() 05-17-2023 11:03:29:Found expected substring: OPTIONS 05-17-2023 11:03:29:Found expected substring: DELETE 05-17-2023 11:03:29:Found expected substring: GET 05-17-2023 11:03:29:Found expected substring: TRACE 05-17-2023 11:03:29:Found expected substring: PUT 05-17-2023 11:03:29:Found expected substring: POST 05-17-2023 11:03:29:FINISHED TEST : getMethodTest() 05-17-2023 11:03:29:STARTING TEST : setEntityTest() 05-17-2023 11:03:29:Counter is 1 05-17-2023 11:03:29:Counter is 2 05-17-2023 11:03:29:Found expected status: 200 05-17-2023 11:03:29:FINISHED TEST : setEntityTest() 05-17-2023 11:03:29:STARTING TEST : hasEntityTest() 05-17-2023 11:03:29:Found expected substring: false 05-17-2023 11:03:29:Found expected substring: true 05-17-2023 11:03:29:FINISHED TEST : hasEntityTest() 05-17-2023 11:03:29:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:03:29:Found expected substring: Accept 05-17-2023 11:03:29:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:03:29:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-17-2023 11:03:29:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-17-2023 11:03:29:STARTING TEST : getLanguageTest() 05-17-2023 11:03:29:Found expected substring: zh_tw 05-17-2023 11:03:29:FINISHED TEST : getLanguageTest() 05-17-2023 11:03:29:STARTING TEST : getDateTest() 05-17-2023 11:03:29:Found expected substring: Nov 05-17-2023 11:03:29:Found expected substring: 1994 05-17-2023 11:03:29:Found expected substring: 31 05-17-2023 11:03:29:FINISHED TEST : getDateTest() 05-17-2023 11:03:29:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-17-2023 11:03:29:Found expected substring: 0 05-17-2023 11:03:29:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-17-2023 11:03:29:STARTING TEST : getLanguageIsNullTest() 05-17-2023 11:03:29:Found expected substring: NULL 05-17-2023 11:03:29:FINISHED TEST : getLanguageIsNullTest() 05-17-2023 11:03:29:STARTING TEST : getHeaderStringTest() 05-17-2023 11:03:29:Found expected status: 200 05-17-2023 11:03:29:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:03:29:STARTING TEST : getEntityClassTest() 05-17-2023 11:03:29:Found expected substring: java.io.ByteArrayInputStream 05-17-2023 11:03:29:FINISHED TEST : getEntityClassTest() 05-17-2023 11:03:29:STARTING TEST : getAcceptableLanguagesByWeightsTest() 05-17-2023 11:03:29:Found expected substring: da 05-17-2023 11:03:29:Found expected substring: gb 05-17-2023 11:03:29:Found expected substring: us 05-17-2023 11:03:29:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 05-17-2023 11:03:29:STARTING TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:29:Found expected status: 200 05-17-2023 11:03:29:FINISHED TEST : getCookiesIsImmutableTest() 05-17-2023 11:03:29:STARTING TEST : getPropertyNamesTest() 05-17-2023 11:03:29:Found expected substring: PROPERTY1 05-17-2023 11:03:29:Found expected substring: PROPERTY2 05-17-2023 11:03:29:FINISHED TEST : getPropertyNamesTest() 05-17-2023 11:03:29:STARTING TEST : getAcceptableMediaTypesTest() 05-17-2023 11:03:29:Found expected substring: text/* 05-17-2023 11:03:29:Found expected substring: text/html 05-17-2023 11:03:29:Found expected substring: */* 05-17-2023 11:03:29:FINISHED TEST : getAcceptableMediaTypesTest() 05-17-2023 11:03:29:STARTING TEST : getHeadersTest() 05-17-2023 11:03:29:Found expected substring: Accept 05-17-2023 11:03:29:Found expected substring: Date 05-17-2023 11:03:29:Found expected substring: tck 05-17-2023 11:03:29:FINISHED TEST : getHeadersTest() 05-17-2023 11:03:29:STARTING TEST : getPropertyIsNullTest() 05-17-2023 11:03:29:Found expected substring: NULL 05-17-2023 11:03:29:FINISHED TEST : getPropertyIsNullTest() 05-17-2023 11:03:29:STARTING TEST : getEntityClassListStringTest() 05-17-2023 11:03:29:Found expected substring: java.util.ArrayList 05-17-2023 11:03:29:FINISHED TEST : getEntityClassListStringTest() 05-17-2023 11:03:29:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-17-2023 11:03:30:Found expected substring: cts 05-17-2023 11:03:30:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-17-2023 11:03:30:STARTING TEST : getClientTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getClientTest() 05-17-2023 11:03:30:STARTING TEST : getUriTest() 05-17-2023 11:03:30:Found expected substring: http://localhost:8080/404URL/ 05-17-2023 11:03:30:FINISHED TEST : getUriTest() 05-17-2023 11:03:30:STARTING TEST : getSetPropertyTest() 05-17-2023 11:03:30:Found expected substring: value 05-17-2023 11:03:30:FINISHED TEST : getSetPropertyTest() 05-17-2023 11:03:30:STARTING TEST : getAcceptableLanguagesTest() 05-17-2023 11:03:30:Found expected substring: fr_CA 05-17-2023 11:03:30:Found expected substring: zh_CN 05-17-2023 11:03:30:FINISHED TEST : getAcceptableLanguagesTest() 05-17-2023 11:03:30:STARTING TEST : getMediaTypeIsNullTest() 05-17-2023 11:03:30:Found expected substring: NULL 05-17-2023 11:03:30:FINISHED TEST : getMediaTypeIsNullTest() 05-17-2023 11:03:30:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 05-17-2023 11:03:30:STARTING TEST : getConfigurationTest() 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getConfigurationTest() 05-17-2023 11:03:30:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 05-17-2023 11:03:30:STARTING TEST : removePropertyTest() 05-17-2023 11:03:30:Found expected substring: NULL 05-17-2023 11:03:30:FINISHED TEST : removePropertyTest() 05-17-2023 11:03:30:STARTING TEST : getEntityNullTest() 05-17-2023 11:03:30:Found expected substring: NULL 05-17-2023 11:03:30:FINISHED TEST : getEntityNullTest() 05-17-2023 11:03:30:STARTING TEST : getEntityTypeListStringTest() 05-17-2023 11:03:30:Found expected substring: java.lang.String 05-17-2023 11:03:30:FINISHED TEST : getEntityTypeListStringTest() 05-17-2023 11:03:30:STARTING TEST : getCookiesTest() 05-17-2023 11:03:30:Found expected substring: cts 05-17-2023 11:03:30:Found expected substring: tck 05-17-2023 11:03:30:Found expected substring: jee 05-17-2023 11:03:30:FINISHED TEST : getCookiesTest() 05-17-2023 11:03:30:STARTING TEST : getPropertyNamesIsImmutableTest() 05-17-2023 11:03:30:getPropertyNames is immutable as expected 05-17-2023 11:03:30:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : newClientWithConfigurationTest() 05-17-2023 11:03:30:FINISHED TEST : newClientWithConfigurationTest() 05-17-2023 11:03:30:STARTING TEST : newClientNoParamTest() 05-17-2023 11:03:30: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.client.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientConfigTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetPathTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterObjectTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterClassTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetQueryParamTest() 05-17-2023 11:03:30:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 05-17-2023 11:03:30:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 05-17-2023 11:03:30:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 05-17-2023 11:03:30:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 05-17-2023 11:03:30:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 05-17-2023 11:03:30:NullPointerException was successfully thrown for null target as expected 05-17-2023 11:03:30:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetConfigTest() public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetConfigTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetGetUriTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetPropertyTest() 05-17-2023 11:03:30:STARTING TEST : targetWithStringNullPointerExceptionTest() 05-17-2023 11:03:30:NullPointerException was successfully thrown for null target as expected 05-17-2023 11:03:30:FINISHED TEST : targetWithStringNullPointerExceptionTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientTargetWithUriTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 05-17-2023 11:03:30:STARTING TEST : targetWithUriNullPointerExceptionTest() 05-17-2023 11:03:30:NullPointerException was successfully thrown for null target as expected 05-17-2023 11:03:30:FINISHED TEST : targetWithUriNullPointerExceptionTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRequestTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRequestTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object) throws java.lang.NullPointerException 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 05-17-2023 11:03:30:STARTING TEST : targetLinkTest() 05-17-2023 11:03:30:FINISHED TEST : targetLinkTest() 05-17-2023 11:03:30:STARTING TEST : targetWithLinkNullPointerExceptionTest() 05-17-2023 11:03:30:NullPointerException was successfully thrown for null target as expected 05-17-2023 11:03:30:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 05-17-2023 11:03:30:STARTING TEST : targetUriBuilderTest() 05-17-2023 11:03:30:FINISHED TEST : targetUriBuilderTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterClassTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetMatrixParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetMatrixParamTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientInvocationWithLinkTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientInvocationWithLinkTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object,boolean) throws java.lang.NullPointerException 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterClassMapTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientPropertyTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientTargetWithLinkTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 05-17-2023 11:03:30:STARTING TEST : targetStringTest() 05-17-2023 11:03:30:FINISHED TEST : targetStringTest() 05-17-2023 11:03:30:STARTING TEST : closeOnClientTargetWithStringTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnClientTargetWithStringTest() 05-17-2023 11:03:30:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 05-17-2023 11:03:30:NullPointerException successfully thrown when no link 05-17-2023 11:03:30:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 05-17-2023 11:03:30:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) throws java.lang.NullPointerException 05-17-2023 11:03:30:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-17-2023 11:03:30:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 05-17-2023 11:03:30:STARTING TEST : targetUriTest() 05-17-2023 11:03:30:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : jsonTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : jsonTest() 05-17-2023 11:03:30:STARTING TEST : xmlTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : xmlTest() 05-17-2023 11:03:30:STARTING TEST : formFormTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:FINISHED TEST : formFormTest() 05-17-2023 11:03:30:STARTING TEST : entityStringTest() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:FINISHED TEST : entityStringTest() 05-17-2023 11:03:30:STARTING TEST : textTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : textTest() 05-17-2023 11:03:30:STARTING TEST : entityVariantTest() 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:FINISHED TEST : entityVariantTest() 05-17-2023 11:03:30:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-17-2023 11:03:30:STARTING TEST : entityStringGetEntityTest() 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : entityStringGetEntityTest() 05-17-2023 11:03:30:STARTING TEST : htmlTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : htmlTest() 05-17-2023 11:03:30:STARTING TEST : entityVariantAnnotationsTest() 05-17-2023 11:03:30:string */* fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string */* fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string */* fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string */* de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string */* de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string */* de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xml de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/atom+xml de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/xhtml+xml de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/svg+xml de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/x-www-form-urlencoded de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string multipart/form-data de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/octet-stream de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/plain de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/xml de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/html de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string text/event-stream de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json fr UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json fr ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json fr CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json de UTF-16 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json de ISO-8859-2 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:string application/json-patch+json de CP1250 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream */* de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xml de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/atom+xml de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/xhtml+xml de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/svg+xml de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/x-www-form-urlencoded de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream multipart/form-data de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/octet-stream de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/plain de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/xml de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/html de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream text/event-stream de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json fr UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json fr ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json fr CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json de UTF-16 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json de ISO-8859-2 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:inputstream application/json-patch+json de CP1250 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable */* de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xml de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/atom+xml de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/xhtml+xml de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/svg+xml de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/x-www-form-urlencoded de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable multipart/form-data de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/octet-stream de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/plain de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/xml de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/html de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable text/event-stream de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json fr UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json fr ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json fr CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json de UTF-16 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json de ISO-8859-2 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:serializable application/json-patch+json de CP1250 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder */* de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xml de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/atom+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/xhtml+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/svg+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/x-www-form-urlencoded de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder multipart/form-data de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/octet-stream de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/plain de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/xml de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/html de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder text/event-stream de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json fr UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json fr CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json de UTF-16 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuilder application/json-patch+json de CP1250 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer */* de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xml de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/atom+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/xhtml+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/svg+xml de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/x-www-form-urlencoded de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer multipart/form-data de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/octet-stream de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/plain de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/xml de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/html de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer text/event-stream de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json fr UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json fr ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json fr CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language fr 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json de UTF-16 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding UTF-16 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json de ISO-8859-2 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding ISO-8859-2 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:stringbuffer application/json-patch+json de CP1250 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Language de 05-17-2023 11:03:30:Sucessfully retrieved Encoding CP1250 05-17-2023 11:03:30:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:FINISHED TEST : entityVariantAnnotationsTest() 05-17-2023 11:03:30:STARTING TEST : entityMediaTypeGetEntityTest() 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : entityMediaTypeGetEntityTest() 05-17-2023 11:03:30:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-17-2023 11:03:30:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:30:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-17-2023 11:03:30:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 05-17-2023 11:03:30:IllegalArgumentException has been thrown as expected 05-17-2023 11:03:30:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 05-17-2023 11:03:30:STARTING TEST : formMultivaluedMapTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:FINISHED TEST : formMultivaluedMapTest() 05-17-2023 11:03:30:STARTING TEST : entityMediaTypeTest() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:FINISHED TEST : entityMediaTypeTest() 05-17-2023 11:03:30:STARTING TEST : entityMediaTypeAnnotationsTest() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType */* 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xml 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/atom+xml 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/svg+xml 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType multipart/form-data 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/octet-stream 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/plain 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/xml 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/html 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType text/event-stream 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:Found expected entity 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/json-patch+json 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-17-2023 11:03:30:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-17-2023 11:03:30:FINISHED TEST : entityMediaTypeAnnotationsTest() 05-17-2023 11:03:30:STARTING TEST : xhtmlTest() 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected string 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected inputstream 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected serializable 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected stringbuilder 05-17-2023 11:03:30:Sucessfully retrieved MediaType application/xhtml+xml 05-17-2023 11:03:30:Found expected stringbuffer 05-17-2023 11:03:30:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : getLinksTest() 05-17-2023 11:03:30:Found #getLinks()={ http://localhost:8080/404URL/ } 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLinksTest() 05-17-2023 11:03:30:STARTING TEST : getMediaTypeTest() 05-17-2023 11:03:30:Found expected MediaType.APPLICATION_SVG_XML_TYPE 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getMediaTypeTest() 05-17-2023 11:03:30:STARTING TEST : getLinkTest() 05-17-2023 11:03:30:Found #getLink()= http://localhost:8080/404URL/ 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLinkTest() 05-17-2023 11:03:30:STARTING TEST : getHeadersIsMutableTest() 05-17-2023 11:03:30:#getHeaders is mutable as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeadersIsMutableTest() 05-17-2023 11:03:30:STARTING TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:30:#hasLink has not found any link as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : hasLinkWhenNoLinkTest() 05-17-2023 11:03:30:STARTING TEST : getHeaderStringIsCommaSeparatedTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 05-17-2023 11:03:30:#getHeaderString is comma separated combination of value1 and value2 as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 05-17-2023 11:03:30:STARTING TEST : getHeaderStringIsEmptyTest() 05-17-2023 11:03:30:#getHeaderString is empty string as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeaderStringIsEmptyTest() 05-17-2023 11:03:30:STARTING TEST : getLanguageTest() 05-17-2023 11:03:30:Found #getLanguage()= fr_CA 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLanguageTest() 05-17-2023 11:03:30:STARTING TEST : getDateTest() 05-17-2023 11:03:30:Found #getDate()= Wed May 17 11:03:30 UTC 2023 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getDateTest() 05-17-2023 11:03:30:STARTING TEST : getHeaderStringIsNullTest() 05-17-2023 11:03:30:#getHeaderString is null as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeaderStringIsNullTest() 05-17-2023 11:03:30:STARTING TEST : getHeaderStringTest() 05-17-2023 11:03:30:#getHeaderString is value1 as expected 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeaderStringTest() 05-17-2023 11:03:30:STARTING TEST : setStatusInfoTest() 05-17-2023 11:03:30:Found expected status: 302 05-17-2023 11:03:30:FINISHED TEST : setStatusInfoTest() 05-17-2023 11:03:30:STARTING TEST : getAllowedMethodsTest() 05-17-2023 11:03:30:found methods: GET OPTIONS 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getAllowedMethodsTest() 05-17-2023 11:03:30:STARTING TEST : getStatusTest() 05-17-2023 11:03:30:Found expected response status 222 05-17-2023 11:03:30:FINISHED TEST : getStatusTest() 05-17-2023 11:03:30:STARTING TEST : getEntityTagTest() 05-17-2023 11:03:30:Found #getEntityTag()= EntityTagValue 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getEntityTagTest() 05-17-2023 11:03:30:STARTING TEST : setEntityStreamTest() 05-17-2023 11:03:30:#setEntityStream( ENTITY ) set entity ENTITY 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : setEntityStreamTest() 05-17-2023 11:03:30:STARTING TEST : getHeadersTest() 05-17-2023 11:03:30:Found #getHeaders()={ header1 : value1 } 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getHeadersTest() 05-17-2023 11:03:30:STARTING TEST : getStatusInfoTest() 05-17-2023 11:03:30:Found expected response status 222 05-17-2023 11:03:30:FINISHED TEST : getStatusInfoTest() 05-17-2023 11:03:30:STARTING TEST : setStatusTest() 05-17-2023 11:03:30:Found expected status: 403 05-17-2023 11:03:30:FINISHED TEST : setStatusTest() 05-17-2023 11:03:30:STARTING TEST : getLinkBuilderTest() 05-17-2023 11:03:30:Found #getLinkBuilder()= http://localhost:8080/404URL/ 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLinkBuilderTest() 05-17-2023 11:03:30:STARTING TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:30:Found #hasEntity()=true 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : hasEntityWhenEntityTest() 05-17-2023 11:03:30:STARTING TEST : getLengthTest() 05-17-2023 11:03:30:Found #getLength()= 6 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLengthTest() 05-17-2023 11:03:30:STARTING TEST : getLastModifiedTest() 05-17-2023 11:03:30:Found #getLastModified()= Wed May 17 11:03:30 UTC 2023 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLastModifiedTest() 05-17-2023 11:03:30:STARTING TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:30:#hasLink has found the given link 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : hasLinkWhenLinkTest() 05-17-2023 11:03:30:STARTING TEST : getLocationTest() 05-17-2023 11:03:30:Found #getLocation= http://localhost:8080/404URL/ 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getLocationTest() 05-17-2023 11:03:30:STARTING TEST : getCookiesTest() 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getCookiesTest() 05-17-2023 11:03:30:STARTING TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:03:30:Found #hasEntity()=false 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : hasEntityWhenNoEntityTest() 05-17-2023 11:03:30:STARTING TEST : getEntityStreamTest() 05-17-2023 11:03:30:Found #getEntityStream()= ENTITY 05-17-2023 11:03:30:Found expected status: 200 05-17-2023 11:03:30:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-17-2023 11:03:30:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithNullThrowableTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:FINISHED TEST : constructorWithNullThrowableTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:getCause contains expected java.io.IOException: JAXRS TCK exception 05-17-2023 11:03:30:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:FINISHED TEST : constructorWithNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-17-2023 11:03:30:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:getCause contains expected java.io.IOException: JAXRS TCK exception 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-17-2023 11:03:30:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-17-2023 11:03:30:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithNotNullMessageTest() 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-17-2023 11:03:30:FINISHED TEST : constructorWithNotNullMessageTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithCheckedExceptionTest() 05-17-2023 11:03:30:getCause contains expected java.io.IOException: TCK exception 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message TCK exception 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:FINISHED TEST : constructorWithCheckedExceptionTest() 05-17-2023 11:03:30:STARTING TEST : constructorWithRuntimeExceptionTest() 05-17-2023 11:03:30:getCause contains expected java.lang.IllegalStateException: TCK exception 05-17-2023 11:03:30:ResponseProcessingException#getMesaage contains expected message TCK exception 05-17-2023 11:03:30:response contains expected Expectation Failed status 05-17-2023 11:03:30:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 05-17-2023 11:03:30:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:Returned unexpected response with status code 406 05-17-2023 11:03:30:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitInvocationCallbackTest() 05-17-2023 11:03:30:Found expected GET 05-17-2023 11:03:30:FINISHED TEST : submitInvocationCallbackTest() 05-17-2023 11:03:30:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:Response cotains expected status Not Acceptable 05-17-2023 11:03:30:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : invokeGenericTypeTest() 05-17-2023 11:03:30:Found expected GET 05-17-2023 11:03:30:FINISHED TEST : invokeGenericTypeTest() 05-17-2023 11:03:30:STARTING TEST : invokePlainTest() 05-17-2023 11:03:30:Found expected GET 05-17-2023 11:03:30:FINISHED TEST : invokePlainTest() 05-17-2023 11:03:30:STARTING TEST : submitStringThrowsProcessingExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-17-2023 11:03:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:03:30:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:Response cotains expected status Not Acceptable 05-17-2023 11:03:30:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitPlainTest() 05-17-2023 11:03:30:Found expected GET 05-17-2023 11:03:30:FINISHED TEST : submitPlainTest() 05-17-2023 11:03:30:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:03:30:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:03:30:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:Response cotains expected status Not Acceptable 05-17-2023 11:03:30:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-17-2023 11:03:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:03:30:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-17-2023 11:03:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:03:30:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 05-17-2023 11:03:30:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:30:WebApplicationException has been thrown 05-17-2023 11:03:30:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-17-2023 11:03:30:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:03:30:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-17-2023 11:03:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:03:30:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:03:30:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-17-2023 11:03:30:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-17-2023 11:03:31:Found expected status code 406 05-17-2023 11:03:31:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 05-17-2023 11:03:31:ProcessingException has been thrown 05-17-2023 11:03:31:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeThrowsExceptionTest() 05-17-2023 11:03:31:ProcessingException has been thrown 05-17-2023 11:03:31:FINISHED TEST : invokeThrowsExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:31:WebApplicationException has been thrown 05-17-2023 11:03:31:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeClassTest() 05-17-2023 11:03:31:Found expected POST 05-17-2023 11:03:31:Found expected invokeClassTest 05-17-2023 11:03:31:FINISHED TEST : invokeClassTest() 05-17-2023 11:03:31:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:31:Response return code is 406 as expected 05-17-2023 11:03:31:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeClassThrowsExceptionTest() 05-17-2023 11:03:31:ProcessingException has been thrown 05-17-2023 11:03:31:FINISHED TEST : invokeClassThrowsExceptionTest() 05-17-2023 11:03:31:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:31:Response return code is 406 as expected 05-17-2023 11:03:31:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-17-2023 11:03:31:STARTING TEST : submitClassTest() 05-17-2023 11:03:31:Found expected POST 05-17-2023 11:03:31:Found expected submitClassTest 05-17-2023 11:03:31:FINISHED TEST : submitClassTest() 05-17-2023 11:03:31:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-17-2023 11:03:31:ExecutionException.getCause is WebApplicationException as expected 05-17-2023 11:03:31:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 05-17-2023 11:03:31:STARTING TEST : submitGenericTypeTest() 05-17-2023 11:03:31:Found expected POST 05-17-2023 11:03:31:Found expected submitGenericTypeTest 05-17-2023 11:03:31:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 05-17-2023 11:03:31:STARTING TEST : completedTest() 05-17-2023 11:03:31:Found expected get 05-17-2023 11:03:31:InvocationCallback#completed has been called as expected 05-17-2023 11:03:31:FINISHED TEST : completedTest() 05-17-2023 11:03:31:STARTING TEST : failedTest() 05-17-2023 11:03:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-17-2023 11:03:31:ExecutionException.getCause is ProcessingException as expected 05-17-2023 11:03:31:InvocationCallback#failed has been called as expected 05-17-2023 11:03:31:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 05-17-2023 11:03:31:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamThrowsNPEOnNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 05-17-2023 11:03:31:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanFalseTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 05-17-2023 11:03:31:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamOnTwoSegmentsTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 05-17-2023 11:03:31:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 05-17-2023 11:03:31:FINISHED TEST : matrixParamOnTwoSegmentsTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 05-17-2023 11:03:31:STARTING TEST : getUriBuilderTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-17-2023 11:03:31:FINISHED TEST : getUriBuilderTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 05-17-2023 11:03:31:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 05-17-2023 11:03:31:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-17-2023 11:03:31:STARTING TEST : queryParamNullValueTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/path/path2 05-17-2023 11:03:31:#paramName(name, null) removed values as expected 05-17-2023 11:03:31:FINISHED TEST : queryParamNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesNullNameTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 05-17-2023 11:03:31:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-17-2023 11:03:31:#pathParams returned the same traget wehn empty as expected 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-17-2023 11:03:31:STARTING TEST : requestNoArgTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:Found expected */* 05-17-2023 11:03:31:FINISHED TEST : requestNoArgTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-17-2023 11:03:31:#pathParams returned the same traget wehn empty as expected 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:STARTING TEST : requestMediaTypeTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:Found expected application/atom+xml 05-17-2023 11:03:31:Found expected application/json 05-17-2023 11:03:31:Found expected text/xml 05-17-2023 11:03:31:FINISHED TEST : requestMediaTypeTest() 05-17-2023 11:03:31:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 05-17-2023 11:03:31:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanTrueTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 05-17-2023 11:03:31:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesNullValueTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamTest() 05-17-2023 11:03:31:Found expected ;matrix=arg1 05-17-2023 11:03:31:Found expected ;matrix=arg2 05-17-2023 11:03:31:Found expected ;matrix=arg3 05-17-2023 11:03:31:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 05-17-2023 11:03:31:FINISHED TEST : matrixParamTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-17-2023 11:03:31:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 05-17-2023 11:03:31:STARTING TEST : requestStringTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:Found expected application/atom+xml 05-17-2023 11:03:31:Found expected application/json 05-17-2023 11:03:31:Found expected text/xml 05-17-2023 11:03:31:FINISHED TEST : requestStringTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesFromEncodedTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-17-2023 11:03:31:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-17-2023 11:03:31:STARTING TEST : getUriBuilderIsDetachedTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-17-2023 11:03:31:FINISHED TEST : getUriBuilderIsDetachedTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/lane 05-17-2023 11:03:31:URI http://cts.tck:888/resource/lane contains given path parameter 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-17-2023 11:03:31:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 05-17-2023 11:03:31:#pathParams returned the same traget wehn empty as expected 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 05-17-2023 11:03:31:STARTING TEST : getUriTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource 05-17-2023 11:03:31:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-17-2023 11:03:31:FINISHED TEST : getUriTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-17-2023 11:03:31:#pathParams returned the same traget wehn empty as expected 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-17-2023 11:03:31:STARTING TEST : pathTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/a/b/c/d/e 05-17-2023 11:03:31:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 05-17-2023 11:03:31:FINISHED TEST : pathTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplateFromEncodedTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-17-2023 11:03:31:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-17-2023 11:03:31:FINISHED TEST : resolveTemplateFromEncodedTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesNullMapTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesNullMapTest() 05-17-2023 11:03:31:STARTING TEST : resolveTemplatesTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-17-2023 11:03:31:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-17-2023 11:03:31:FINISHED TEST : resolveTemplatesTest() 05-17-2023 11:03:31:STARTING TEST : pathThrowsNPEOnNullTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 05-17-2023 11:03:31:FINISHED TEST : pathThrowsNPEOnNullTest() 05-17-2023 11:03:31:STARTING TEST : queryParamTest() 05-17-2023 11:03:31:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 05-17-2023 11:03:31:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 05-17-2023 11:03:31:FINISHED TEST : queryParamTest() 05-17-2023 11:03:31:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 05-17-2023 11:03:31:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 05-17-2023 11:03:31:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 05-17-2023 11:03:31:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:31:STARTING TEST : featureIsRegisteredTest() 05-17-2023 11:03:31:FINISHED TEST : featureIsRegisteredTest() 05-17-2023 11:03:31:[JAXRSCommonClient] Test setup OK 05-17-2023 11:03:31:STARTING TEST : dynamicFeatureIsRegisteredTest() 05-17-2023 11:03:31:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 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:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@e6a2342 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@2e263eb7 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@1ebfbc55 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@397a4c40 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@612010e4 Waiting finished after 279 ms. [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 128 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) 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:827) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272) at org.apache.maven.cli.MavenCli.main (MavenCli.java:195) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.sebootstrap not in jersey.tck [INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT May 17, 2023 11:03:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44845] May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44845] May 17, 2023 11:03:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36299] May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. May 17, 2023 11:03:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36299] May 17, 2023 11:03:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42753] May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42753] May 17, 2023 11:03:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] May 17, 2023 11:03:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] May 17, 2023 11:03:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:7155] May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:7155] May 17, 2023 11:03:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. May 17, 2023 11:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 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.0:install (default-install) @ jersey-tck --- [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:24 min [INFO] Finished at: 2023-05-17T11:03:36Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording fingerprints Finished: SUCCESS